On Tuesday 17 November 2015 17:01:40 René J. V. Bertin wrote:
> Thiago Macieira wrote:
> > Please don't set it to PreciseTimer unless you really need millisecond
> > resolution or better (if the 5% error is not acceptable).
> 
> Question: does setting the type of a single timer affect all timers, i.e.
> does the overhead of configuring a single (or a handful of) timers depend
> on the total number of timers in use?

It affects the timer that will expire next (the timer with shortest remaining 
time). So if you start a 100 ms CoarseTimer and a 575 ms PreciseTimer, the 
next wake-up will be in 100 ms ± 5%.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to