Merge pull request #113279 from Ivorforce/tracy-gdscript-codeloc

Add support for profiling GDScript with tracy.
This commit is contained in:
Rémi Verschelde
2025-12-02 14:16:56 +01:00
11 changed files with 201 additions and 1 deletions
+1
View File
@@ -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);