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
path: root/NEWS
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-07-24 15:42:11 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-07-24 15:42:11 +0300
commitc9249810448ab2f78fc40b991c13351baf0ca57b (patch)
treee5bea5c8daa3ea0f59e2ff6190ca358288e3a797 /NEWS
parent347317745b725c267ff21b1a16e325b46d242ac3 (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f09d48f4..76b2ba93 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,14 @@ v0.x.x (xxxx-xx-xx)
- Tracy macros now require to be terminated with a semicolon.
- The undocumented ___tracy_demangle() function API has been changed. Please
refer to the source code for further instructions.
+- Plots visualization has been improved.
+ - Each plot now has its own color, which can also be defined by the user.
+ - The area below the plot is now optionally filled with a color.
+ - Plots can now also be configured to be staircase instead of smooth. This
+ new setting is appropriate for many inputs where only discrete values
+ make sense, e.g. the memory allocation plot.
+ - The API for TracyPlotConfig() macro has been changed. Please refer to
+ the manual to see how you can fix this.
- Some text labels in the user interface are now more easy to read.
- The profiler will now instruct the user in the UI on what can be done, if
the send queue is slow to process (typically due to symbol resolution).