Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/NewIn63"

(Created page with "== Added == === File stream is passed to SortingJob#processMetadata of Json traces === === Fetch event table lines by timestamp === === Custom cursors to indicate the state o...")
 
 
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
=== build issues for java11 builds on certain Linux distributions ===
 
=== build issues for java11 builds on certain Linux distributions ===
 
=== Avoid event request for empty trace in TmfEventTableDataProvider ===
 
=== Avoid event request for empty trace in TmfEventTableDataProvider ===
 +
=== Aggregate all tooltips in TmfTimeGraphCompositeDataProvider ===
  
 
== Changed ==
 
== Changed ==
Line 24: Line 25:
 
=== only request new visible markers from time graphs ===
 
=== only request new visible markers from time graphs ===
 
=== Events table data provider now sends timestamps in nanoseconds as well as a formatted one. ===
 
=== Events table data provider now sends timestamps in nanoseconds as well as a formatted one. ===
 +
=== move frequency from relative to absolute scale ===
  
== [Deprecated] ==
+
== Deprecated ==
  
 
=== AbstractTimeGraphView#getViewMarkerList without entries ===
 
=== AbstractTimeGraphView#getViewMarkerList without entries ===
Line 32: Line 34:
  
 
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&classification=Tools&product=Tracecompass&query_format=advanced&resolution=FIXED&target_milestone=6.3.0 Bugs Fixed in Trace Compass 6.3.0]
 
See Bugzilla report [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=RESOLVED&bug_status=CLOSED&classification=Tools&product=Tracecompass&query_format=advanced&resolution=FIXED&target_milestone=6.3.0 Bugs Fixed in Trace Compass 6.3.0]
 +
 +
[[Category:Trace_Compass]]

Latest revision as of 14:56, 13 February 2024

Added

File stream is passed to SortingJob#processMetadata of Json traces

Fetch event table lines by timestamp

Custom cursors to indicate the state of histogram navigation.

static create() method in TmfTimeGraphCompositeDataProvider

UST markers to Resources View

UST markers to Control Flow View

IOutputAnnotationProvider to TmfTreeCompositeDataProvider

Add support for VERTICAL_ALIGN style for annotation symbols

Support the offset_s parameter in the metadata file

Fixed

Don't return empty experiment in TmfTraceManager.getTraceSet()

Resources Status and Thread Status DP factories for experiments

build issues for java11 builds on certain Linux distributions

Avoid event request for empty trace in TmfEventTableDataProvider

Aggregate all tooltips in TmfTimeGraphCompositeDataProvider

Changed

Strip leading underscore from CTF packet context field names

Use dataprovider to provide state styles for resources view

only request new visible markers from time graphs

Events table data provider now sends timestamps in nanoseconds as well as a formatted one.

move frequency from relative to absolute scale

Deprecated

AbstractTimeGraphView#getViewMarkerList without entries

Bugs fixed in the 6.3.0 release

See Bugzilla report Bugs Fixed in Trace Compass 6.3.0

Back to the top