analysis: Add count column to latency statistics view
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / analysis / timing / ui / views / segmentstore / statistics / Messages.java
index 9752956a281031dbb2b7de30809ae5cdbd29c76b..b18ddbee66abe6e358a038f97f15399c6b4099a3 100644 (file)
@@ -32,6 +32,9 @@ public class Messages extends NLS {
     public static String SegmentStoreStatistics_MaxLabel;
     /** Name of average column */
     public static String SegmentStoreStatistics_AverageLabel;
+    /** Name of count column */
+    public static String SegmentStoreStatisticsViewer_Count;
+
     /** Name of average column */
     public static String SegmentStoreStatisticsViewer_StandardDeviation;
 
This page took 0.026201 seconds and 5 git commands to generate.