tmf.ui/timing: Update XY viewers even if there is no data
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.ui / src / org / eclipse / tracecompass / internal / analysis / os / linux / ui / views / latency / SystemCallLatencyScatterView.java
index 6267ce4973ae8069fbecf68f6af1be1a1c6434f2..5f879305cf0a288b4cc35a794889c8b445491d9a 100644 (file)
@@ -18,6 +18,8 @@ import org.eclipse.tracecompass.common.core.NonNullUtils;
 import org.eclipse.tracecompass.tmf.ui.viewers.xycharts.TmfXYChartViewer;
 import org.eclipse.tracecompass.tmf.ui.views.TmfChartView;
 
+import com.google.common.annotations.VisibleForTesting;
+
 /**
  * Some stuff
  *
@@ -54,4 +56,10 @@ public class SystemCallLatencyScatterView extends TmfChartView {
         return fScatterViewer;
     }
 
+    @VisibleForTesting
+    @Override
+    public TmfXYChartViewer getChartViewer() {
+        return super.getChartViewer();
+    }
+
 }
This page took 0.024122 seconds and 5 git commands to generate.