Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/scripting/debug/the_profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ The main measurements are frame time, physics frame, idle time, and physics time
- **Physics time** is the time Godot took to update physics tasks, like
`_physics_process` and built-in nodes set to **Physics** update.

.. note:: In Godot 3, **Frame Time** includes rendering time. Say you find a
mysterious spike of lag in your game, but your physics and scripts are
.. note:: **Frame Time** includes rendering time. Say you find a mysterious
spike of lag in your game, but your physics and scripts are
all running fast. The delay could be due to the appearance of
particles or visual effects!

Expand Down