The tracy directory now has an experiment in getting Tracy to work. It's _not_ as easy as it is touted to be.

This commit is contained in:
Zed A. Shaw 2025-01-19 12:58:05 -05:00
parent 308fe4bed2
commit c98aa936ad
9 changed files with 400 additions and 7 deletions

1
tracy/meson.options Normal file
View file

@ -0,0 +1 @@
option('tracy_enable', type: 'boolean', value: false, description: 'Enable profiling')