Skip to content

Changes

Summary

  1. Add tracecompass-jdk11-Jenkinsfile (details)
Commit b527f9c0c155751cf3a0155ab286687ee8dba4fd by Patrick Tasse
Add tracecompass-jdk11-Jenkinsfile

Change-Id: Ia5693a6d52e0cf908a97705ab66f6eb8d3ff6381
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was addedjenkins/pipelines/tracecompass-jdk11.Jenkinsfile

Summary

  1. analysis: Create formatted labels in SegmentStoreStatisticsDataProvider (details)
Commit 20a94cb32d1c208eba28c58dcf2296244e8bdba1 by Bernd Hufmann
analysis: Create formatted labels in SegmentStoreStatisticsDataProvider

... and use it in the AbstractSegmentStoreViewer class.

[Added] formatted labels SegmentStoreStatisticsDataProvider
[Added] API to format statistics values (min, max, mean, stdDev, total)
[Deprecated] AbstractSegmentsStatisticsViewer#toFormattedString(double)

Change-Id: Ib73ffa2682c17c529b2982539df339aa4ba1edad
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/166761
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
The file was addedanalysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreStatisticsAspects.java
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreStatisticsDataProvider.java
The file was addedanalysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/IDataAspect.java