GitHunt
OS

osnr/tracy-play

tracy-play

Minimal example of using Tracy;
took me a while to figure this out, so putting this here.

Tracy profiler UI:

$ git submodule update --init
$ cd tracy && cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release && cd profiler/build && make
$ ./tracy-profiler

Demo program:

$ make && ./tracy-play

Languages

C73.6%Makefile26.4%

Contributors

Created December 2, 2024
Updated December 2, 2024
osnr/tracy-play | GitHunt