Skip to content

Commit

Permalink
Increase the default profiler_frame_max_functions to 512
Browse files Browse the repository at this point in the history
This should decrease the number of instances in which functions
don't appear in the profiler.

This partially addresses #40251.
  • Loading branch information
Calinou committed Nov 19, 2020
1 parent 09f3a21 commit c4e2006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor_profiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ EditorProfiler::EditorProfiler() {
last_metric = -1;
hover_metric = -1;

EDITOR_DEF("debugger/profiler_frame_max_functions", 64);
EDITOR_DEF("debugger/profiler_frame_max_functions", 512);

frame_delay = memnew(Timer);
frame_delay->set_wait_time(0.1);
Expand Down

0 comments on commit c4e2006

Please sign in to comment.