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>2021-02-25 20:54:49 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-02-25 20:54:49 +0300
commit1070d74acf8dc11ec2ee289327e5a0986b84642b (patch)
tree86d1748a01b988180bae053a9fc593e7b1e1f11b
parent9a5d3b729dba548c4f79bde9bc2497421b39e487 (diff)
Update NEWS.
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 216142df..1fec9679 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,20 @@ v0.x.x (xxxx-xx-xx)
- Linux crash handler will now also catch SIGABRT.
- Fixed invalid name assignment to source files discovered client-side.
+- Added ability to check if a zone is active (which may be used to avoid
+ preparing zone text, etc., as it wouldn't be used anyway).
+- Improved sorting behavior of internal vectors.
+ - Some data will now be always properly displayed during live capture.
+ This was not particularly visible before, as it mainly concerns edge
+ cases.
+ - Sorting is performed only as needed.
+ - In case of plots the performance during live capture may be decreased,
+ as these were sorted with at least 0.25 second intervals before. Now
+ the sorting is performed every frame.
+ - Some other data, which previously was not sorted, is sorted now.
+ - In headless capture mode sorting will be only performed when the trace
+ is saved to disk.
+- Fixed some typos in macros.
v0.7.6 (2021-02-06)