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:
authorBartosz Taudul <wolf@nereid.pl>2022-06-12 01:39:41 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-06-12 01:39:41 +0300
commit8f99232e1e1097266c62f612a41468f0d6e25372 (patch)
tree000b6de1f7beee723ebbdd7db299a98527346bd8
parente084f7c9e3bceb583bed0ea2f38be3dc0c3db1b4 (diff)
Update NEWS.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2ae7c25f..7402cd77 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,9 @@ v0.x.x (xxxx-xx-xx)
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.
v0.8.1 (2022-04-21)