qt6-bb10/src/concurrent
Thiago Macieira b630a4513c QtConcurrent: use QDeadlineTimer to get the clock tick
Instead of duplicating what QElapsedTimer & QDeadlineTimer already do.
Well, technically speaking, we aren't getting ticks, but nanoseconds
now, but the times are only used in comparisons with each other, to
measure the control overhead, so the unit in which they are measured
doesn't matter.

This also makes all OSes use the same type of timers. There's no
exception for per-thread timing.

Change-Id: I115db302eb114bed8cd1fffd14557b228284f2c0
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2016-09-15 19:43:57 +00:00
..
doc Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-19 12:55:27 +02:00
concurrent.pro QtConcurrent: use QDeadlineTimer to get the clock tick 2016-09-15 19:43:57 +00:00
qtconcurrent_global.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentcompilertest.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentexception.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentfilter.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentfilter.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentfilterkernel.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentfunctionwrappers.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentiteratekernel.cpp QtConcurrent: use QDeadlineTimer to get the clock tick 2016-09-15 19:43:57 +00:00
qtconcurrentiteratekernel.h Merge remote-tracking branch 'origin/5.6' into dev 2016-01-26 16:27:28 +01:00
qtconcurrentmap.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentmap.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentmapkernel.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentmedian.h Merge remote-tracking branch 'origin/5.6' into dev 2016-01-26 16:27:28 +01:00
qtconcurrentreducekernel.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentrun.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentrun.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentrunbase.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentstoredfunctioncall.h Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentthreadengine.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qtconcurrentthreadengine.h Updated license headers 2016-01-15 12:25:24 +00:00