- 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_DEBUGINFODwas 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_FAULTSoption. - Fixed race condition during profiler shutdown.