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
commit 71d4ded745
No known key found for this signature in database
GPG key ID: C3336907360768E1
11 changed files with 201 additions and 1 deletions

View file

@ -107,6 +107,7 @@ int widechar_main(int argc, wchar_t **argv) {
}
delete[] argv_utf8;
godot_cleanup_profiler();
return os.get_exit_code();
}