aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarker/valgrindrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch qbs-benchmarker to QbsIvan Komissarov2021-07-031-1/+1
* qt6: use lambdas to pass callables to QtConcurrent::runIvan Komissarov2020-11-041-10/+14
* Apply 'modernize-pass-by-value' fix-itIvan Komissarov2020-01-281-2/+2
* Fix -Wclazy-inefficient-qlist-softIvan Komissarov2019-05-201-3/+6
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-9/+9
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-4/+4
* 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
* Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-221-2/+3
* Change style of #includes of Qt headersJake Petroules2017-01-041-6/+9
* qbs_benchmarker: Fix interpretation of massif outputChristian Kandeler2016-11-161-1/+1
* Update license headersIikka Eklund2016-08-291-16/+14
* Benchmarker: Make valgrind trace child processesChristian Kandeler2016-07-281-2/+3
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Add benchmarking tool.Christian Kandeler2015-02-171-0/+243