get_xr_performance_metrics
Retrieve real-time XR performance metrics such as frame rate, GPU/CPU usage, thermal state, and memory usage to identify performance issues and optimize mobile XR experiences.
Instructions
Gets real-time XR performance metrics including frame rate, frame times, GPU/CPU usage, thermal state, and memory usage. Essential for optimizing mobile XR experiences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| averageOverFrames | No | Number of frames to average metrics over | |
| includeCpuMetrics | No | Include CPU utilization by thread | |
| includeGpuMetrics | No | Include GPU utilization and timing | |
| includeFrameMetrics | No | Include FPS, frame times, dropped frames | |
| includeThermalState | No | Include device thermal throttling state | |
| includeMemoryMetrics | No | Include memory usage statistics | |
| includeTrackingMetrics | No | Include tracking quality metrics |