timing.core: Add local statistics to the latency statistics
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / internal / analysis / timing / ui / views / segmentstore / statistics / Messages.java
index 3086c1af09feaf839eadb518fe87aeed58924291..0458bee907367466532c1c8699d4af4a78e83385 100644 (file)
@@ -22,6 +22,13 @@ public class Messages extends NLS {
 
     private static final String BUNDLE_NAME = "org.eclipse.tracecompass.internal.analysis.timing.ui.views.segmentstore.statistics.messages"; //$NON-NLS-1$
 
+    /** Default "selection" label in statistics viewer */
+    public static String AbstractSegmentStoreStatisticsViewer_selection;
+    /** Default "total" label in statistics viewer */
+    public static String AbstractSegmentStoreStatisticsViewer_total;
+    /** Default "category" label in statistics viewer */
+    public static String AbstractSegmentStoreStatisticsViewer_types;
+
     /** Name of level column */
     public static String SegmentStoreStatistics_LevelLabel;
     /** Name of the minimum column */
@@ -32,6 +39,12 @@ public class Messages extends NLS {
     public static String SegmentStoreStatistics_AverageLabel;
     /** Name of count column */
     public static String SegmentStoreStatisticsViewer_Count;
+    /**
+     * Name of count column
+     *
+     * @since 1.1
+     */
+    public static String SegmentStoreStatisticsViewer_Total;
     /** Name of average column */
     public static String SegmentStoreStatisticsViewer_StandardDeviation;
     /** Menu item for go to minimum duration */
This page took 0.032814 seconds and 5 git commands to generate.