mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 01:04:36 +00:00
Update NEWS.
This commit is contained in:
parent
bd108220cb
commit
1cbd6950cf
6
NEWS
6
NEWS
@ -11,8 +11,6 @@ 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 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.
|
||||||
@ -58,6 +56,10 @@ v0.x.x (xxxx-xx-xx)
|
|||||||
that was to be set.
|
that was to be set.
|
||||||
- A warning is now displayed when sampling data is out-of-order.
|
- A warning is now displayed when sampling data is out-of-order.
|
||||||
- Average value for plots can be now viewed.
|
- Average value for plots can be now viewed.
|
||||||
|
- Moved symbol resolution to a separate thread. Profiling will no longer be
|
||||||
|
stuck when there is a large number of symbols to resolve. This not only
|
||||||
|
improves user experience, but also prevents buildup of data (and memory
|
||||||
|
consumption) on the client side.
|
||||||
|
|
||||||
|
|
||||||
v0.7.8 (2021-05-19)
|
v0.7.8 (2021-05-19)
|
||||||
|
Loading…
Reference in New Issue
Block a user