github wolfpld/tracy v0.8.2
Tracy Profiler 0.8.2

latest releases: v0.10, v0.9.1, v0.9...
2 years ago
  • Added support for debuginfod debug information services. Note that since this depends on proper system configuration, vendors providing the debug information, and network retrieval, it is disabled by default. To enable, compile the profiled application with the TRACY_DEBUGINFOD define and link with libdebuginfod.
  • When Tracy server-side utilities are build with MSVC, the required libraries will be now automatically retrieved and built with vcpkg.
  • Added microarchitecture data for: Bonnell, Airmont, Goldmont, Goldmont Plus, Tremont.
  • Recognize additional CPUIDs of Zen 3, Alder Lake, Ice Lake microarchitectures.
  • Assembly line width will be now extended, if needed. Previously the line width was calculated for the initial layout and changing amount of displayed data (especially listing the read/written registers) didn't affect this, which may have made some lines partially unreadable.
  • Added ability to filter call stacks in memory tab by inactive allocations. Filtering by inactive allocations helps to pinpoint wasteful allocations in the program.
    3
  • Plot graph will no longer display min/max values interpolated for animation, but rather true values.
  • The CPU topology tree structure was replaced by a CPU schematic showing the same thing in a more concise way.
    1
    2

Don't miss a new tracy release

NewReleases is sending notifications on new releases.