Tracy integration #54
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Integrate Tracy to be able to measure per-frame performance metrics.
Tracy project: https://github.com/wolfpld/tracy
The Zig compiler itself uses Tracy internally and has it's own bindings: https://github.com/ziglang/zig/blob/0.13.0/src/tracy.zig
Ona can probably piggyback off this existing binding file.