Skip to content

Tracy Profiler 0.11.1

Latest
Compare
Choose a tag to compare
@wolfpld wolfpld released this 22 Aug 18:21
· 128 commits to master since this release
5d542dc
  • 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().