godot/servers/debugger
baptr 82d2375382
Fix editor profiler script function sort order
The engine internally limits the number of functions reported back (to
16 by default). To this point, it's been sort the profiling info in
*ascending* order of time spent, then trimming the list. This meant
we may only see the best (fastest) functions, instead of the worst
that you probably want when profiling.

Now the servers_debugger sort more closely matches the local_debugger
one, which worked fine.

(cherry picked from commit 90a5f23e79)
2024-03-11 16:39:14 +01:00
..
SCsub [Debugger] Move most profilers to ServersDebugger. 2022-02-06 17:36:48 +01:00
servers_debugger.cpp Fix editor profiler script function sort order 2024-03-11 16:39:14 +01:00
servers_debugger.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00