Tracy integration #54
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kayomn/ona#54
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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.