Update NEWS.

This commit is contained in:
Bartosz Taudul 2018-09-02 00:37:13 +02:00
parent f43b875b83
commit fb45d15f5c

2
NEWS
View File

@ -38,6 +38,7 @@ v0.4 (xxxx-xx-xx)
- Zones can be now also grouped by call stacks. - Zones can be now also grouped by call stacks.
- Zone groups can be now also sorted by time spend in each zone. - Zone groups can be now also sorted by time spend in each zone.
- Zone groups list now displays group times. - Zone groups list now displays group times.
- Average and median zone times are now displayed on the histogram.
- Added named versions of tracing macros that allow specifying scoped - Added named versions of tracing macros that allow specifying scoped
variable name. variable name.
- The main profiler window is now kept at the bottom of windows stack. - The main profiler window is now kept at the bottom of windows stack.
@ -72,6 +73,7 @@ v0.4 (xxxx-xx-xx)
selected message. selected message.
- Middle clicking on a message marker will center it on screen. - Middle clicking on a message marker will center it on screen.
- Added trace information window. - Added trace information window.
- This includes frame time statistics and histogram.
- Displayed memory sizes are now properly formatted. - Displayed memory sizes are now properly formatted.
- Added call stack tree for memory allocations. - Added call stack tree for memory allocations.
- The source code of the profiled application may now be viewed in the - The source code of the profiled application may now be viewed in the