tmf: Change to timer based coalescing of background requests
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Fri, 17 Jan 2014 20:19:26 +0000 (15:19 -0500)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Thu, 23 Jan 2014 17:47:46 +0000 (12:47 -0500)
commit8967c8c0f8b520ce50089e0cca897666e4d28ea7
treebbc0b5a98acc9ab108660d4b282b1eb8bbd4a1b7
parente11e382ced3dab6154d13629b74de2fbfa6855b7
tmf: Change to timer based coalescing of background requests

Coalescing of foreground requests are still based on signal
synchronization using start and end sync signal. Foreground requests
are meant for short and higher priority requests and need to be
processed right away.

Change-Id: Iae0cf886e4c932b1620a13057a9e1242702e2089
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/20824
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/request/TmfSchedulerTest.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/component/TmfEventProvider.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statistics/TmfStatisticsView.java
This page took 0.024909 seconds and 5 git commands to generate.