git-subtree-dir: libs/tracy git-subtree-split: 4925f2b7240ebf4386faaae433993db6d0b3f956
12 lines
444 B
Markdown
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:
|
|
|
|

|