godot/editor/debugger
msreis f1cc14d525 Fix missing time for some script functions in profiler
Fixes the issue by adding a mechanism by which the functions that were
previously disappearing can be profiled too. This is optional with
an editor setting, since collecting more information naturally slows the engine
further while profiling.

Fixes #23715, #40251, #29049
2023-12-19 19:42:21 +01:00
..
debug_adapter
editor_debugger_inspector.cpp
editor_debugger_inspector.h
editor_debugger_node.cpp
editor_debugger_node.h
editor_debugger_server.cpp
editor_debugger_server.h
editor_debugger_tree.cpp
editor_debugger_tree.h
editor_file_server.cpp
editor_file_server.h
editor_performance_profiler.cpp
editor_performance_profiler.h
editor_profiler.cpp Fix missing time for some script functions in profiler 2023-12-19 19:42:21 +01:00
editor_profiler.h Fix missing time for some script functions in profiler 2023-12-19 19:42:21 +01:00
editor_visual_profiler.cpp
editor_visual_profiler.h
script_editor_debugger.cpp Fix missing time for some script functions in profiler 2023-12-19 19:42:21 +01:00
script_editor_debugger.h
SCsub