Update NEWS.

This commit is contained in:
Bartosz Taudul 2021-10-10 14:53:35 +02:00
parent 13b28714ee
commit f8d37b45a3
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

7
NEWS
View File

@ -11,7 +11,8 @@ v0.x.x (xxxx-xx-xx)
- Mingw is deprecated due to lack of interest. - Mingw is deprecated due to lack of interest.
- Added TRACY_NO_CALLSTACK_INLINES macro to disable inline functions - Added TRACY_NO_CALLSTACK_INLINES macro to disable inline functions
resolution in call stacks on Windows. 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. - Improved function matching algorithm in compare traces view.
- Added CMake integration. - Added CMake integration.
- Reworked rpmalloc initialization. - Reworked rpmalloc initialization.
@ -41,7 +42,7 @@ v0.x.x (xxxx-xx-xx)
stack sampling. stack sampling.
- The image name filter entry field is now providing a list of available - The image name filter entry field is now providing a list of available
images. 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. statistics view.
- Crash handler is now properly removed during profiler destruction. - Crash handler is now properly removed during profiler destruction.
- Repeatedly right-clicking on the same source line in the symbol view - Repeatedly right-clicking on the same source line in the symbol view
@ -53,6 +54,8 @@ v0.x.x (xxxx-xx-xx)
seconds. seconds.
- Fixed message thread assignment in the import-chrome utility. - Fixed message thread assignment in the import-chrome utility.
- Sampling data can be now also found in the find zone menu. - 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) v0.7.8 (2021-05-19)