Skip to content

Commit 2c7ccc9

Browse files
authored
clarify that debugger/profiler_target_fps editor setting controls target frametime value. (#11963)
* clarify that debugger/profiler_target_fps editor setting controls target frametime value. Signed-off-by: Daniyar Alkulov <medvedicabolsaa@gmail.com>
1 parent 1ff3732 commit 2c7ccc9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tutorials/scripting/debug/debugger_panel.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,9 @@ specific frame number and highlight the selected data type in the result
164164
categories on the left.
165165

166166
You can switch the result display between a time value (in milliseconds per
167-
frame) or a percentage of the target frametime (which is currently hardcoded to
168-
16.67 milliseconds, or 60 FPS).
167+
frame) or a percentage of the target frametime. The
168+
:ref:`debugger/profiler_target_fps <class_EditorSettings_property_debugger/profiler_target_fps>`
169+
editor setting controls the target frametime value according to the specified FPS.
169170

170171
If framerate spikes occur during profiling, this can cause the graph to be
171172
poorly scaled. Disable **Fit to Frame** so that the graph will zoom onto the 60

0 commit comments

Comments
 (0)