Skip to content

Commit

Permalink
Merge pull request #43697 from Calinou/increase-profiler-frame-max-fu…
Browse files Browse the repository at this point in the history
…nctions

Increase the default `profiler_frame_max_functions` to 512
  • Loading branch information
akien-mga authored Nov 23, 2020
2 parents f6c0dc3 + c4e2006 commit e4f2f89
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 e4f2f89

Please sign in to comment.