1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Update NEWS.

This commit is contained in:
Bartosz Taudul
2022-06-21 00:50:03 +02:00
parent 1468522126
commit dcb29aa40c
+4
View File
@@ -23,6 +23,10 @@ v0.x.x (xxxx-xx-xx)
- Added ability to filter call stacks in memory tab by inactive allocations. - Added ability to filter call stacks in memory tab by inactive allocations.
Filtering by inactive allocations helps to pinpoint wasteful allocations Filtering by inactive allocations helps to pinpoint wasteful allocations
in the program. in the program.
- 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.
v0.8.1 (2022-04-21) v0.8.1 (2022-04-21)