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/NewIn20"

(Grid lines in Time Graph views)
(API for Trace Specific Markers =)
Line 48: Line 48:
 
[[Image:NavigationOfMarkers.png]]
 
[[Image:NavigationOfMarkers.png]]
  
= API for Trace Specific Markers ==
+
= API for Trace Specific Markers =
 
A new API is provided to define programmatically trace specific markers. This can be used, for example, to visualize time periods in the time graph views.
 
A new API is provided to define programmatically trace specific markers. This can be used, for example, to visualize time periods in the time graph views.
  

Revision as of 16:53, 13 January 2016

Pie Chart in Statistics view

Pie Charts have been added to the Statistics view.

StatisticsWithPieCharts.png

Gridlines in Time Graph views

Grid lines have been added to the time graph views such as the Control Flow view.

InitialGridLineSupport.png

System Call Latency Analysis Table

A initial, in memory implementation of a Latency Analysis and Latency Table for analyzing system call latencies in the Linux Kernel has been added. This is a preliminary implementation and will be the base for a more generic support for Latency analyses for the Linux Kernel and for user applications.

Note that labels and procedures might change before the actual 2.0 Trace Compass release.

SysCallLatencyAnalysis.png

System Call Latency Analysis Scatter Graph

A new view has been added that visualizes system call latencies in the Linux Kernel over time.

SyscallLatencyScatterChart.png

System Call Latency Analysis Statistics

A new view has been added to show statistics about system call latencies.

SystemCallStatistics.png

Critical Flow view

A Critical Flow Analysis and view has been added to show dependency chains for a given process.

CriticalPathView.png

Support for user bookmarks in time graph views

It is now possible to create bookmarks in time graph view for a single or time range selection. This will allow users to annotate their traces and easily navigate to region of interests.

UserDefinedMarkers.png

Lost event markers in time graph views

Time graph views such as Control Flow or Resources view now highlight the durations where lost lost events occurred. .

LostEventMarkers.png

Navigation for Trace Markers in Time Graph Views

It is possible to navigate from one marker forward and backwards in time graph views as well as it's possible to configure which marker type to include for the navigation. It is also possible to hide markers of a given type from the view menu.

NavigationOfMarkers.png

API for Trace Specific Markers

A new API is provided to define programmatically trace specific markers. This can be used, for example, to visualize time periods in the time graph views.

Display of Soft IRQ names in the Resources view

The Resources view now displays the soft IRQ names together with the Soft IRQ numbers.

ResourcesViewSoftIRQNames.png

Bugs fixed in this release

See Bugzilla report Bugs Fixed in Trace Compass 2.0

Back to the top