Re: [linuxtools-dev] TMF: Queue full

2013-11-15 Thread Alexandre Montplaisir
Hi Xavier, There is also a TmfSignalThrottler class, in tmf.core.signal, which you can use to limit the rate at which a view/component sends signals. It queues signals and only sends the latest one after a configurable delay has passed with no signal being sent. We use it for example in the histo

Re: [linuxtools-dev] TMF: Queue full

2013-11-15 Thread Xavier Raynaud
Solved with a simple while (PlatformUI.getWorkbench().getDisplay().readAndDispatch()); after each signal. X On 11/15/2013 01:34 PM, Xavier Raynaud wrote: Hi, I wrote some tests on top of my product, based on TMF. This test generates a lot of TmfTimeSynchSignal. This tests is OK on TMF-1.2 (Ju