summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_language_protocol.cpp
diff options
context:
space:
mode:
authorbaptr <1522777+baptr@users.noreply.github.com>2024-01-27 16:59:13 -0800
committerbaptr <1522777+baptr@users.noreply.github.com>2024-01-27 17:12:27 -0800
commit90a5f23e798df8192e903fc5785e29fa093e5caa (patch)
tree3231335ff23b5bc0fdbffe94194954c747c20720 /modules/gdscript/language_server/gdscript_language_protocol.cpp
parent17e7f85c06366b427e5068c5b3e2940e27ff5f1d (diff)
downloadredot-engine-90a5f23e798df8192e903fc5785e29fa093e5caa.tar.gz
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.
Diffstat (limited to 'modules/gdscript/language_server/gdscript_language_protocol.cpp')
0 files changed, 0 insertions, 0 deletions