From f8d37b45a3b604b846c24201459f7af1daeccaba Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 10 Oct 2021 14:53:35 +0200 Subject: [PATCH] Update NEWS. --- NEWS | 7 +++++-- 1 file 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)