aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarker
Commit message (Expand)AuthorAgeFilesLines
* Make Qt Concurrent dependency optionalKai Koehne2018-03-131-1/+5
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-242-5/+7
* Benchmarker: Better names for short optionsChristian Kandeler2017-11-201-3/+3
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-4/+4
* Benchmarker: Provide short command-line optionsChristian Kandeler2017-11-161-6/+9
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-1/+1
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-3/+3
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-3/+3
* Benchmarker: Build qbs with debug infoChristian Kandeler2017-11-141-1/+2
* Benchmarker: Keep raw data in case a regression is detectedChristian Kandeler2017-11-135-21/+55
* Use the [[noreturn]] attribute instead of Q_NORETURNChristian Kandeler2017-10-301-2/+2
* Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-222-4/+6
* Change style of #includes of Qt headersJake Petroules2017-01-0411-28/+31
* Fix restoration of symbolic commitsJoerg Bornemann2017-01-023-3/+17
* qbs_benchmarker: Fix interpretation of massif outputChristian Kandeler2016-11-161-1/+1
* Update license headersIikka Eklund2016-08-295-80/+70
* Update license headersIikka Eklund2016-08-296-96/+84
* Benchmarker: Make valgrind trace child processesChristian Kandeler2016-07-281-2/+3
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-0611-11/+11
* Add benchmarking tool.Christian Kandeler2015-02-1713-0/+1083