qt5base-lts/tests/benchmarks/corelib/thread/thread.pro
David Faure 028def2ada Add benchmark for QThreadPool.
The current question is whether activeThreadCount() should be lock-free
(using atomic ints) or mutex-protected, so this tests start()
and activeThreadCount() directly.

Change-Id: Ica4a2ad023c2002e3c7d81558e6b9ee64af7f690
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2013-08-21 23:50:23 +02:00

6 lines
95 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
qmutex \
qthreadstorage \
qthreadpool \