You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-05 17:15:09 +00:00
Add support for profiling GDScript with tracy.
This adds macro `GodotProfileZoneGroupedFirstScript`, and uses interning for speedy lookups. Co-authored-by: Samuel Nicholas <nicholas.samuel@gmail.com>
This commit is contained in:
@@ -129,6 +129,7 @@ static void _terminate(JNIEnv *env, bool p_restart = false) {
|
||||
NetSocketAndroid::terminate();
|
||||
|
||||
cleanup_android_class_loader();
|
||||
godot_cleanup_profiler();
|
||||
|
||||
if (godot_java) {
|
||||
godot_java->on_godot_terminating(env);
|
||||
|
||||
Reference in New Issue
Block a user