Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
windows-0.11.1.zip | 2024-08-22 | 12.5 MB | |
tracy.pdf | 2024-08-22 | 989.1 kB | |
README.md | 2024-08-22 | 420 Bytes | |
Tracy Profiler 0.11.1 source code.tar.gz | 2024-08-22 | 6.1 MB | |
Tracy Profiler 0.11.1 source code.zip | 2024-08-22 | 6.3 MB | |
Totals: 5 Items | 25.9 MB | 0 |
- Utilities import-chrome and import-fuchsia now live together in the import directory.
- Added TRACY_VERBOSE to available CMake options.
- It is now possible to set TRACY_SAMPLING_HZ via a environment variable.
- Thread group hints can be now used to group threads together in the profiler UI.
- Limit Lua file names to 255 characters, as the source string can contain the whole script, if loaded with loadstring().