tracy/NEWS

39 lines
1.5 KiB
Plaintext
Raw Normal View History

2018-03-18 12:55:44 +00:00
v0.2 (xxxx-xx-xx)
-----------------
- Fixed broken TRACY_NO_EXIT behavior.
- Visual refresh (new color scheme).
- Added optional support for live in-depth zone analysis.
- Ability to search for zones matching a query.
- Histogram of zone time spans.
2018-03-20 13:39:10 +00:00
- List occurrences of a zone, grouped by thread, or by user text.
- Zone groups can be selected and highlighted on histogram graph.
2018-03-18 12:55:44 +00:00
- Support for linear and logarithmic display of time and values.
- Histogram bins can show zone counts or total execution time.
- Listed zones can be narrowed down by data range selection on histogram.
- Separation of server data handling code from the visualisation.
- Implementation of a command line capture utility.
- Support libraries have been updated.
- Fixed an issue that prevented de-duplication of source location payloads.
- Fixed an issue that prevented the ability to disable threads in settings
menu, if two threads had the same name.
- Performance optimizations.
- Visual clean up of the settings menu.
2018-03-28 00:00:29 +00:00
- Zone info windows improvements.
- Visual improvements to zone info window child list.
- Zone info windows now show zone thread.
- Display zone stack trace.
2018-03-24 13:46:44 +00:00
- Hide pause/resume button if there's no data connection (i.e. trace was
loaded from file).
2018-03-24 14:22:08 +00:00
- Source location statistics view has been added.
2018-03-24 21:09:46 +00:00
- Fixed crash when a saved trace was opened, but no trace capture session
was performed before.
2018-03-24 21:21:34 +00:00
- Standalone server will now open trace files passed as an argument to the
executable.
2018-03-18 12:55:44 +00:00
v0.1 (2017-12-18)
-----------------
- Initial release.