Skip to content

Changes

Summary

  1. tmf: Handle multiple jobs when updating statistics (details)
Commit a05ccfe71ff5e40bcc621d102b3d2d19a724cf4c by Matthew Khouzam
tmf: Handle multiple jobs when updating statistics

When one job is already scheduled, the previous logic did not create
another job preventing subsequent selection from updating the UI in the
statistics view. This commit always computes a new job and cancels the
previous one if present.

[Fixed] Updating statistics now handles concurrent jobs correctly

Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
The file was modified tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/viewers/statistics/TmfStatisticsViewer.java