eclipse-tracecompass / org.eclipse.tracecompass

Eclipse Trace Compass
https://eclipse.dev/tracecompass/
Eclipse Public License 2.0
13 stars 13 forks source link

analysis: Add "Timestamp ns" column in SegmentStoreTableDataProvder #111

Closed bhufmann closed 5 months ago

bhufmann commented 5 months ago

This will allow time synchronization when selecting a row in the Theia/VsCode extension to the trace server.

It uses the same mechanism than the TmfEventsTableTableProvider using a ns timestamp column

Fixes #74

[Added] "Timestamp ns" column in SegmentStoreTableDataProvider

Signed-off-by: Bernd Hufmann bernd.hufmann@ericsson.com

bhufmann commented 5 months ago

Duplicated PR. See #75 instead.