aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve Vulkan backend support handling when requested by userHEADdevPasi Petäjäjärvi2023-10-111-3/+10
* Fix typo in property name and accessPasi Petäjäjärvi2023-08-153-3/+3
* Add screen refreshrate as recordable parameter for testrunPasi Petäjäjärvi2023-08-154-3/+14
* Add option to run tests with Vulkan backendPasi Petäjäjärvi2023-08-153-40/+97
* Fix usage of QtGraphicalEffects in manual benchmarksPasi Petäjäjärvi2022-12-121-1/+1
* Fix FontLoader testPasi Petäjäjärvi2022-09-151-11/+0
* Remove duplicate line from verbose outputPasi Petäjäjärvi2022-09-151-1/+0
* Fix recording correct display resolution for json result on embeddedPasi Petäjäjärvi2022-09-152-8/+16
* Fix usage of QtGraphicalEffects in testsPasi Petäjäjärvi2022-09-153-2/+3
* Fix compositesingleton.qml benchmarkUlf Hermann2022-01-251-1/+2
* Use a resource file for benchmarks, and add some Android goodies and fixesVille Voutilainen2022-01-04207-0/+4864
* Fix build without Qt Quick 3DMitch Curtis2021-05-121-0/+6
* Make sure default surface format supports Qt Quick 3DEskil Abrahamsen Blomfeldt2021-04-282-5/+8
* Remove the INSTALLS directives from the build systemUlf Hermann2021-03-251-3/+0
* Remove compat directoryUlf Hermann2021-03-255-1643/+0
* Fix disabling vsync for frame-count shellEskil Abrahamsen Blomfeldt2021-03-181-12/+13
* Various c++ fixesJonas Karlsson2021-03-022-7/+7
* Fix qml deprecation warningJonas Karlsson2021-02-251-1/+1
* Bail on invalid shell optionJonas Karlsson2021-02-251-2/+6
* Default to Basic controls style if not already setMitch Curtis2020-11-301-0/+4
* Add CMakeListsDaniel Smith2020-11-261-0/+36
* Fix random number generationLaszlo Agocs2020-11-201-1/+2
* Adapt to qt6 changesDaniel Smith2020-09-302-2/+4
* Fix QString - QByteArray mismatch that is now an errorLaszlo Agocs2020-06-301-1/+1
* Fix QDateTime build errorMitch Curtis2020-05-181-1/+1
* resultrecorder: Remove stale textRobin Burchell2018-01-181-1/+0
* Use math functions from std namespaceKari Oikarinen2018-01-083-3/+3
* Try to get a better random spread for tests with static count 20kEskil Abrahamsen Blomfeldt2017-11-151-1/+1
* Add internal random generatorEskil Abrahamsen Blomfeldt2017-10-314-2/+109
* Add --timeout optionEskil Abrahamsen Blomfeldt2017-06-292-1/+10
* qmlbench: Fix incorrect counting in frame-count shellRobin Burchell2017-06-281-0/+1
* Remove "SUB: " prefix from loggingRobin Burchell2017-05-251-4/+4
* Add install targets to work with boot2qt in Creator easierRobin Burchell2017-05-251-0/+3
* Fix partial reads of stdout/stderrRobin Burchell2017-05-251-14/+32
* Don't use a Timer to record the result and end the testRobin Burchell2017-05-151-18/+16
* benchmarkrunner: Delete on finished(), rather than dtorRobin Burchell2017-05-151-1/+2
* Add a V8Benchmark type to QmlBench importRobin Burchell2017-05-063-0/+93
* Adaptations to run v8-bench.js in qmlbenchRobin Burchell2017-05-062-13/+84
* Add initial version of v8-benchRobin Burchell2017-05-061-0/+11591
* Add TestModel for benchmarks of model property accessRobin Burchell2017-05-044-2/+241
* Shell_TotalFramesWithStaticCount: Stop running 't' ticker when reporting resultsRobin Burchell2017-05-021-1/+11
* Add an option to destroy the view between runsRobin Burchell2017-04-264-9/+31
* Revert frame-count countDown changesRobin Burchell2017-04-251-3/+1
* prefix properties with object idGunnar Sletta2017-04-251-1/+1
* Reset countDown each run of the testRobin Burchell2017-04-251-1/+3
* qmlbench: Switch to using std::cerr for output for debugRobin Burchell2017-04-244-31/+26
* change default run mode to be 'frame-count'Gunnar Sletta2017-04-241-3/+1
* Don't pass benchmark to BM runnerRobin Burchell2017-04-043-10/+14
* Skip manual tests unless they are explicitly runRobin Burchell2017-03-301-0/+5
* Add a flag to mark benchmarks as having a "boolean" resultRobin Burchell2017-03-242-5/+15