tmf: Add the Histogram query API to ITmfStatistics
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 8 Nov 2012 16:15:35 +0000 (11:15 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 16 Nov 2012 21:41:46 +0000 (16:41 -0500)
commitf3f93fa65c52603a43e5844648d375fb04ee273c
tree92d49569519c92aac3607842fb3578b864e7607f
parentde6375266672300f1f68b7e0164442719fbf3f46
tmf: Add the Histogram query API to ITmfStatistics

See the added Javadoc for the complete description. This will
allow the Histogram view to easily plug into the trace's
ITmfStatistics object to get its information (so it can be
optimized for each trace type, etc.)

Change-Id: Ib94aeaa369a8bf40da5246825152e26326a45e92
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/8675
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/statistics/TmfStatisticsTest.java
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
This page took 0.026603 seconds and 5 git commands to generate.