Skip to main content
GET
/
profile
return frame timing breakdown
curl --request GET \
  --url http://localhost:3917/profile
{
  "fps": 60,
  "frame_ms": 16.7,
  "sections": [
    {
      "kind": "Cpu",
      "name": "physics",
      "us": 1200
    }
  ]
}

Response

200 - application/json

Frame timing: FPS, average frame time, and per-section microsecond breakdown.