Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Trace Compass/News/NewIn42

< Trace Compass
Revision as of 15:55, 19 November 2018 by Bernd.hufmann.ericsson.com (Talk | contribs) (XML improvements)

Improved support for dark theme

In this version of Trace Compass, initial support of the Eclipse dark theme has been added. This improves the user experience when using the dark theme. Colors of lines in XY chart views, state colors in Time Graph views or cursors colors are not updated for that. More updates are needed to fully be able to style Trace Compass for the dark theme.

TC-DarkTheme.png

Potential Memory Leak Detector

This "Potential Memory Leak" view shows where in the trace was allocated memory that was not deallocated during the trace time. These are not necessary leaks, for real leaks, tools like Valgrind are preferable, but used in conjonctions with other views like the "Flame Chart", it can help find where in the code this memory was allocated. Memoryleak.png

Memoryleak2.png

Change default zoom per trace type

Allow the user to change the default zoom level of a given trace type, this can be accessed via the Tracing->Trace Types menu in Preferences.

Change-default-zoom.gif

JSON trace support

description here

Data-driven analysis (XML) improvements

  • Improved documentation
  • Add support for "duration"s allowing developers to make a segment/state from a single input.

Bugs fixed in the 4.2.0 release

Critical Path improvements

Back to the top