Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7402cd77..772c4c2f 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,10 @@ v0.x.x (xxxx-xx-xx)
- Added ability to filter call stacks in memory tab by inactive allocations.
Filtering by inactive allocations helps to pinpoint wasteful allocations
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)