zig-tracy icon indicating copy to clipboard operation
zig-tracy copied to clipboard

Easy to use bindings for the tracy client C API.

Results 6 zig-tracy issues
Sort by recently updated
recently updated
newest added

build: New build API changes for paths build: Add `-fms-extensions` when compiling on Windows - this fixes a compile error where `__cpuidex` is not found See: https://github.com/llvm/llvm-project/commit/f3baf63d9a1ba91974f4df6abb8f2abd9a0df5b5

Note: This also contains the changes in https://github.com/cipharius/zig-tracy/pull/5, but feel free to retarget this to a different branch if merging 0.14.0-dev changes isn't desired yet.

I don't know how nix works so it needs to be updated separately. Tested on my project and it seems to work.

- Bump Tracy source archive to v0.13.0 in build.zig.zon and wire the version into build.zig. - Document the new Tracy version in README.md.

Just posting this here, this is currently not implemented. I will probably need these in the near future. When time comes, I can implement these and make a PR for...

As announced in #10, here is my implementation of lockables in the form of mutexes. I decided it would be nicest to wrap the Tracy API in a `TracingMutex` struct...