Skip to content

Changes

Summary

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

[Fixed] Updating statistics now handles concurrent jobs correctly

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