set_profiler_settings
Enable or disable CPU, GPU, memory, and network profilers to diagnose performance bottlenecks in your Godot project.
Instructions
Enable or disable built-in profilers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpu | No | Enable CPU profiler | |
| gpu | No | Enable GPU profiler | |
| memory | No | Enable memory profiler | |
| network | No | Enable network profiler |