@@ -22,6 +22,34 @@ vx.xx.x (xxxx-xx-xx)
2222 installed. CMake will download the required version from GitHub.
2323- Added option to show the top inline in symbol statistics list in stead of
2424 the symbol name.
25+ - Parallel sorting is now performed with PPQSort (which removes potential
26+ dependency on TBB).
27+ - Added CMake option TRACY_DEBUGINFOD to enable use of libdebuginfod to
28+ retrieve symbols on Linux clients.
29+ - Added a "custom" label as an option to select for GPU context type.
30+ - Symbol code retrieval is now protected against reading no longer available
31+ memory.
32+ - Clicking on a symbol in the symbol statistics list will now open a popup
33+ with two options. This change intends to make the useful but quite hidden
34+ disassembly view more discoverable.
35+ - "View symbol" shows the symbol code disassembly. It was previously
36+ available by right-click on the source file name.
37+ - "Sample entry call stacks" shows the list window that was previously
38+ opened when the symbol entry was clicked.
39+ - Plots are now extended to the end of the trace, instead of ending at the
40+ last data point.
41+ - Added TracyMemoryDiscard macros to mark that all allocations made in a
42+ certain memory pool were freed. This enables better support for arena
43+ allocators.
44+ - It is now possible to fine-tune horizontal and vertical mouse wheel scroll
45+ sensitivity.
46+ - Added p75 and p90 percentiles in the Find zone window.
47+ - Zone info window will now display (approximate) wall-clock time of when
48+ the zone appeared, in addition to the previously displayed time from the
49+ start of the program.
50+ - Zone values passed via ZoneValue macro will be now also displayed in hex.
51+ - The csvexport utility can now export plots.
52+ - Fortran integration is now available.
2553
2654
2755v0.11.1 (2024-08-22)
0 commit comments