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/NewIn91

Contents

Added

ctf.core: Implement parsing of clock fragments

ctf.core: Proper initialization of a CTF2 Trace

ctf.tests: Don't use Java 17 APIs in o.e.tc.ctf.core.tests

ctf.core: Parse data stream of a trace

ctf.core.tests: Add JUnit tests for CTF2 Traces

ctf.core: Parse event fragments and strings

ctf.core: Blob field class implementation

ctf.core: Initial field class implementation

tmf: Unit-test TmfTraceType.selectExperimentType

ctf.core: Add initialization to GSON created nodes

ctf.core: Implement JSON parsing for metadata fragments

callstack.core: Add tooltip tests in FlameGraphDPTest

SWSLatency (SchedulerWakeupToSchedulerSwitchLatency) analysis

instantiate ITmfEvent API to TmfTraceType utility class

Changed

linux: Move SWSLatency outputs to Trace Compass core

timing.ui: no tooltip when no data is hovered

gdbtrace.core: handle selection with heterogenous traces

lttng2.ust.core: reduce backtracking and clean up regex

Handle different clock frequency in TraceReadAllTracesTest

reduce code duplication for traceType extension point handling

Reuse utility TmfTraceType.instantiateExperiment()

Don't draw arrows that cannot be seen

Improve performance of timegraph with many links/markers

Replace org.apache.log4j with org.slf4j.binding.simple

Changed

Remove all switch statements and replace with if-else

Decoupled metadata logic from ANTLR

Fixed

timing: Fix the Eclipse build errors in IStatisticsAnalysis

analysis: Fix leaks in call stack tests and analysis waitForCompletion

Bug 581642: Correctly handle critical path file

tmf.ui: Fix low priority security hotspot

alltests: Remove obsoleted org.apache.derby.jdbc

tmf.ui calculate entry size for zip leveled structures

tmf.ui: safely expand zip files

Back to the top