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

View File

@@ -69,5 +69,6 @@ int apple_embedded_main(int argc, char **argv) {
void apple_embedded_finish() {
Main::cleanup();
godot_cleanup_profiler();
delete os;
}