mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Document profiler autostart functionality
This commit is contained in:
@@ -27,7 +27,10 @@ performance-intensive. It has to continually measure everything happening in the
|
||||
game and report back to the debugger, so it's off by default.
|
||||
|
||||
To begin profiling, run your game then focus back on the editor. Click on the
|
||||
**Start** button in the top-left corner of the **Profiler** tab.
|
||||
**Start** button in the top-left corner of the **Profiler** tab. You can also
|
||||
check **Autostart**, which will make the profiler automatically start when the
|
||||
project is run the next time. Note that the **Autostart** checkbox's state is not
|
||||
preserved across editor sessions.
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user