get_performance_metrics
Retrieve live performance metrics (FPS, draw calls, memory, node count) from a running Godot project. Optionally filter to specific metrics for targeted analysis.
Instructions
Retrieve performance metrics (FPS, draw calls, memory, node count, etc.) from a running project. Optionally filter to specific metrics. Requires run_interactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metrics | No | Optional list of specific metrics to return (e.g., ["fps", "draw_calls", "node_count"]). Default: all metrics. |