Skip to content

Tracy Profiler 0.13.1

Latest

Choose a tag to compare

@wolfpld wolfpld released this 11 Dec 23:01
· 833 commits to master since this release
05cceee
  • Fixed parsing of extended model and family of x86 CPUID.
  • Fixed memory corruption when a "long" user name was used on Android.
  • Fixed wrong function signature when TRACY_DEBUGINFOD was enabled.
  • Mount list is now read using proper API instead of processing /proc/mounts.
  • Fixed shadow warning supression not being enabled on gcc.
  • Silently ignore lost ETW Vsync events instead of asserting.
  • Worked around few cases where old macOS machines do not support C++20 properly. Thanks Tim Apple!
  • Added truncated mean parameter to csvexport.
  • Added experimental viewer for the user manual.
  • Memory free faults can be now ignored with the TRACY_IGNORE_MEMORY_FAULTS option.
  • Fixed race condition during profiler shutdown.