Skip to content
Failed

Changes

Summary

  1. tmf: Handle multiple jobs when updating statistics (details)
Commit c991b286158ecdfdc5060edb24bca23186588a5c by Arnaud Fiorini
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.

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