1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Group call stack improvements together.

This commit is contained in:
Bartosz Taudul 2019-03-05 19:49:43 +01:00
parent 364c20a771
commit 171434075d

20
NEWS
View File

@ -15,17 +15,20 @@ v0.5 (xxxx-xx-xx)
- Added C API. - Added C API.
- Profiling session may now gracefully terminate, due to incorrect - Profiling session may now gracefully terminate, due to incorrect
instrumentation. A popup with termination reason will be displayed. instrumentation. A popup with termination reason will be displayed.
- Call stack frames now have a proper source file and file line information - Call stack improvements.
on Linux. - Call stack frames now have a proper source file and file line
- Single call stack frame may now have multiple entries, representing information on Linux.
inlined function calls. - Single call stack frame may now have multiple entries, representing
inlined function calls.
- Call stack grouping in the find zone menu now has a special display
mode.
- Call stack memory allocations tree improvements:
- Add top-down variant to complement the previously available bottom-up
one.
- Add ability to group tree nodes by function name.
- Self time of zones may be now displayed in the find zone menu. - Self time of zones may be now displayed in the find zone menu.
- Added ability to disconnect from a client (with some caveats). - Added ability to disconnect from a client (with some caveats).
- Find zone groups can now be sorted by mean time per call. - Find zone groups can now be sorted by mean time per call.
- Call stack memory allocations tree improvements:
- Add top-down variant to complement the previously available bottom-up
one.
- Add ability to group tree nodes by function name.
- Zones displayed in the find zone menu can be now grouped by order of - Zones displayed in the find zone menu can be now grouped by order of
appearance, execution time or name. appearance, execution time or name.
- Time is now displayed without trailing fractional zeros (e.g. "2.5 ms" - Time is now displayed without trailing fractional zeros (e.g. "2.5 ms"
@ -43,7 +46,6 @@ v0.5 (xxxx-xx-xx)
- Threads that have nothing to display in the current view are now hidden by - Threads that have nothing to display in the current view are now hidden by
default. default.
- Dimmed-out the timeline outside the profiling area. - Dimmed-out the timeline outside the profiling area.
- Call stack grouping in the find zone menu now has a special display mode.
v0.4.1 (2018-12-30) v0.4.1 (2018-12-30)
------------------- -------------------