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

Difference between revisions of "Trace Compass/News/NewIn32"

Line 68: Line 68:
  
 
= Add icons to views and analyses =
 
= Add icons to views and analyses =
 +
 +
= Add a menu to install incubator features =
 +
 +
= Support script state value type for XML Analysis =

Revision as of 14:53, 21 November 2017

Pin and Clone Timegraphs

Allow a timegraph to not be time aligned with the main trace and also to pin it to another trace allowing visual timegraph comparison.

Chart Viewers

The

  • Cpu Usage View
  • New Histogram View
  • UST Memory Usage View
  • Kernel Memory Usage View
  • XML XY View
  • Disk IO Analysis View

now all have a checkbox tree viewer to select which series to display.

Checkboxtree cpu.png

Add a Legend column to xy charts tree

This allows many more series to co-exist while minimizing consumed screen real-estate

Experiment support

Charts now support data from multiple sources at once.

Progressive reading

The tree will update while the analysis is running.

Entry Search

The tree entries' path can be searched with regular expressions.

Tooltip enhancements

The tooltips now look more the timegraph tooltips.

Memory Usage View filtering

It is now possible to toggle the filtering of active threads in the UST and Kernel memory views. By default, only the threads which have activity over the visible range are visible in the tree, disabling the filtering shows all threads which have information in the traces.

Configuring a project as tracing project

It is possible to configure an existing project, for example, C/C++ or Java project, as a Tracing project. All Trace Compass related features will be available within the same project. To configure a project as Tracing project, right-mouse click on the project in the Project Explorer and select menu item Configure > Configure or convert to Tracing Project.

CProjectWithTracingNature.png

Virtual Machine Analysis is deprecated

The virtual machine analysis development has moved to the Trace Compass Incubator project, where it is being actively developed. The functionality in Trace Compass has thus been marked as deprecated, inviting the user to get the feature from the Incubator. The Incubator's update site can be found http://download.eclipse.org/tracecompass.incubator/master/repository/.

Style Picking Legends

Users can select the colour and width of the events in the time graph (Gantt) charts.

Critical path legend.png

Add Preference to confirm before deleting supplementary files

A typical scenario is to have a program either squash or archive its log or trace. This saves a few clicks while cleaning the tree.

Generalize critical path analysis

Make it easier to extend. Examples are support for :

  • Userspace locks
  • Perf Kernel traces

Add icons to views and analyses

Add a menu to install incubator features

Support script state value type for XML Analysis

Back to the top