mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Update NEWS.
This commit is contained in:
parent
13b28714ee
commit
f8d37b45a3
7
NEWS
7
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)
|
||||
|
Loading…
Reference in New Issue
Block a user