tmf: Add a TmfSignalThrottler
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 26 Mar 2013 19:29:28 +0000 (15:29 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 28 Mar 2013 14:56:33 +0000 (10:56 -0400)
commit7f82e3c196d54f2c920dca9ab4ae39dbc91f08b8
treef11b1da8ac1b0836bd17ef79383c64fdf00b9780
parentd9ec9800a8d64ba6dccaed0d38337dd5e3120452
tmf: Add a TmfSignalThrottler

Components can now decide to use a signal throttler for outgoing
signals. This offers a centralized way of controlling the rate
of signals (TimeRange sync signals come to mind).

Change-Id: Ia26cb12a87c6db2fae23892aff908715fe527755
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/11502
Tested-by: Hudson CI
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Tested-by: Bernd Hufmann <bhufmann@gmail.com>
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/AllTmfCoreTests.java
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/signal/AllTests.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/signal/TmfSignalThrottlerTest.java [new file with mode: 0644]
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/signal/TmfSignalThrottler.java [new file with mode: 0644]
This page took 0.025801 seconds and 5 git commands to generate.