[linuxtools-dev] +1 for Andrew Ferrazzutti on tools.linuxtools by Matthew Khouzam

2013-11-15 Thread portal on behalf of
Matthew Khouzam voted: +1 I shall always welcome tracing muchachos. High five! Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

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

[linuxtools-dev] +1 for Andrew Ferrazzutti on tools.linuxtools by Neil Guzman

2013-11-15 Thread portal on behalf of
Neil Guzman voted: +1 welcome :) Voting summary: http://portal.eclipse.org/ ___ linuxtools-dev mailing list linuxtools-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

[linuxtools-dev] Linux Tools 2.2 release dates

2013-11-15 Thread Aleksandar Kurtakov
Hi everyone, Linux Tools 2.2 is currently scheduled for December 17th, which is quite close to Christmas and this makes me think that we would better ship it earlier so we don't have to rush at this precious time of the year or delay the release after New Year and miss the Kepler SR2 timeframe.

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

[linuxtools-dev] TMF: Queue full

2013-11-15 Thread Xavier Raynaud
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 (Juno) However, with TMF 2.1, I obtain the following exception: java.lang.IllegalStateException: Queue full at java.util.AbstractQueue.add(AbstractQueue.ja