You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +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:
@@ -151,5 +151,6 @@ int main(int argc, char **argv) {
|
||||
|
||||
memdelete(os);
|
||||
|
||||
godot_cleanup_profiler();
|
||||
return exit_code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user