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"

(Style Picking Legends)
Line 8: Line 8:
 
* '''XML XY View'''  
 
* '''XML XY View'''  
 
* '''Disk IO Analysis View'''
 
* '''Disk IO Analysis View'''
now all have a checkbox tree viewer to select which series to display. They also support experiments and updating the tree while the analysis is running.
+
now all have a checkbox tree viewer to select which series to display.  
  
 
[[File:Checkboxtree cpu.png]]
 
[[File: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.
  
 
= Configuring a project as tracing project =
 
= 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'''.
+
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'''.
  
 
[[File:CProjectWithTracingNature.png]]
 
[[File:CProjectWithTracingNature.png]]
Line 20: Line 32:
 
= Virtual Machine Analysis is deprecated =
 
= 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 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 [[here|http://download.eclipse.org/tracecompass.incubator/master/repository/]].
  
 
= Style Picking Legends =
 
= Style Picking Legends =
  
Users can select the colour and width of the events in the time graph (gantt) charts.
+
Users can select the colour and width of the events in the time graph (Gantt) charts.
  
 
[[Image:Critical_path_legend.png]]
 
[[Image: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

Revision as of 20:45, 14 November 2017

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.

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

Back to the top