2
0
mirror of https://github.com/godotengine/godot.git synced 2025-02-17 22:43:01 +08:00
godot/core/object
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 , , 
2023-12-19 19:42:21 +01:00
..
callable_method_pointer.cpp
callable_method_pointer.h Prevent read-after-free in the queued CallableCustomStaticMethodPointer. 2023-11-23 23:22:08 +02:00
class_db.cpp
class_db.h
make_virtuals.py Fix EncodeT assignment in make_virtuals.py 2023-12-05 10:37:04 -06:00
message_queue.cpp [Core] Prevent infinite recursion when printing errors 2023-11-26 18:53:28 +01:00
message_queue.h
method_bind.cpp
method_bind.h
object_id.h
object.cpp Remove unnecessary assignments 2023-12-13 11:06:26 -05:00
object.h Use mingw-std-threads in MinGW builds 2023-11-18 11:56:05 +01:00
ref_counted.cpp
ref_counted.h
script_instance.cpp
script_instance.h
script_language_extension.cpp Fix missing time for some script functions in profiler 2023-12-19 19:42:21 +01:00
script_language_extension.h Fix missing time for some script functions in profiler 2023-12-19 19:42:21 +01:00
script_language.cpp Expose Script.get_global_name() 2023-12-18 15:13:09 +01:00
script_language.h Fix missing time for some script functions in profiler 2023-12-19 19:42:21 +01:00
SCsub
undo_redo.cpp
undo_redo.h
worker_thread_pool.cpp Add WorkerThreadPool::get_thread_index() 2023-12-01 16:42:26 +01:00
worker_thread_pool.h Add WorkerThreadPool::get_thread_index() 2023-12-01 16:42:26 +01:00