tmf: Remove TmfStatsUpdatedSignal
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 14 Nov 2013 04:55:08 +0000 (23:55 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 3 Feb 2014 20:17:40 +0000 (15:17 -0500)
commitd6b46913ad62aa237e5c9b76b33e698d893110ed
treede966ad1842bc9f7fcacb996db1d520fa0407230
parent8192f2c6a4c1e56dcd80d1b51ee0c2d2de6a41e6
tmf: Remove TmfStatsUpdatedSignal

Rework the Statistics view to not need a specially-crafted signal to get
its results. Just make it spawn a thread for queries, like every other
view does. This is now easier to do, due to the fact that we can
.waitForCompletion() on the statistics analysis module object.

Change-Id: I4a88146113fe7e8f951cc235940353310de2ec99
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/19413
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfStatsUpdatedSignal.java [deleted file]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statistics/ITmfStatistics.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statistics/TmfEventsStatistics.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statistics/TmfStateStatistics.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/TmfStatisticsViewer.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/TmfStatisticsModule.java
This page took 0.025837 seconds and 5 git commands to generate.