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>2021-10-10 15:53:35 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-10-10 15:59:14 +0300
commitf8d37b45a3b604b846c24201459f7af1daeccaba (patch)
treeac5f1f3ae3b5327f0e723268bf9db54e723bc0be /NEWS
parent13b28714ee7d78452e248d244f227d2df540897c (diff)
Update NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ae8b7899..d9dbdc73 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,8 @@ v0.x.x (xxxx-xx-xx)
- Mingw is deprecated due to lack of interest.
- Added TRACY_NO_CALLSTACK_INLINES macro to disable inline functions
resolution in call stacks on Windows.
-- Limited client query response rate.
+- Limited client query response rate in order to improve apparent profiling
+ performance.
- Improved function matching algorithm in compare traces view.
- Added CMake integration.
- Reworked rpmalloc initialization.
@@ -41,7 +42,7 @@ v0.x.x (xxxx-xx-xx)
stack sampling.
- The image name filter entry field is now providing a list of available
images.
-- Reentrant function calls may be not excluded from calculations in the
+- Reentrant function calls may be now excluded from calculations in the
statistics view.
- Crash handler is now properly removed during profiler destruction.
- Repeatedly right-clicking on the same source line in the symbol view
@@ -53,6 +54,8 @@ v0.x.x (xxxx-xx-xx)
seconds.
- Fixed message thread assignment in the import-chrome utility.
- Sampling data can be now also found in the find zone menu.
+- Instrumentation failures may now display their context, e.g. the zone text
+ that was to be set.
v0.7.8 (2021-05-19)