mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00:00
Fix "physics time" instead of "physics frame" in The Profiler (#4899)
This commit is contained in:
@@ -40,7 +40,7 @@ The measured data
|
||||
The profiler's interface is split into two. There is a list of functions on the
|
||||
left and the performance graph on the right.
|
||||
|
||||
The main measurements are frame time, physics time, idle time, and physics time.
|
||||
The main measurements are frame time, physics frame, idle time, and physics time.
|
||||
|
||||
- The **frame time** is the time it takes Godot to execute all the logic for an
|
||||
entire image, from physics to rendering.
|
||||
|
||||
Reference in New Issue
Block a user