tmf: Replace ITmfTimestamp by long in ITmfStatistics API
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 12 Nov 2012 22:23:31 +0000 (17:23 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 13 Nov 2012 20:03:59 +0000 (15:03 -0500)
commit8b260d9fa6955c93c9a0552e97d0823814771ae9
tree37715a736d239393cb5b2ca5b294ad699f4b9d41
parent3be2946f6a4da459c5834fba891006ad892af32e
tmf: Replace ITmfTimestamp by long in ITmfStatistics API

Some methods in the statistics imlementations can call each
other, and having to create new wrapper objects every event
is not very interesting... The normalization already happens
in the Statistics view anyway.

Change-Id: I9769a867953d8f38dd2816ca7931b35dc22898a3
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/8650
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.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
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/viewers/statistics/TmfStatisticsViewer.java
This page took 0.02543 seconds and 5 git commands to generate.