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:
parent
9dd6c4dbac
commit
acefbbbbcd
11 changed files with 201 additions and 1 deletions
|
|
@ -131,5 +131,6 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
free(cwd);
|
||||
|
||||
godot_cleanup_profiler();
|
||||
return os.get_exit_code();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue