gutter_runner/demo/README.md
sergeypdev e60e9b99af Squashed 'libs/tracy/' content from commit 4925f2b7
git-subtree-dir: libs/tracy
git-subtree-split: 4925f2b7240ebf4386faaae433993db6d0b3f956
2025-01-10 01:29:33 +04:00

12 lines
444 B
Markdown

# Demo
A simple demo showcasing how to use these bindings with multiple threads and with tracked heap allocations. Don't forget to define TRACY_ENABLE to true for the tracing to come into effect.
```sh
odin run . -define:TRACY_ENABLE=true
```
The demo should look something like this when collecting to Tracy server application:
![image](https://user-images.githubusercontent.com/6025293/111910580-3d9c1780-8a62-11eb-9110-91a61f454d95.png)