aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve Vulkan backend support handling when requested by userPasi Petäjäjärvi2023-10-111-3/+10
* Add screen refreshrate as recordable parameter for testrunPasi Petäjäjärvi2023-08-151-3/+7
* Add option to run tests with Vulkan backendPasi Petäjäjärvi2023-08-151-3/+22
* 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-151-4/+11
* Use a resource file for benchmarks, and add some Android goodies and fixesVille Voutilainen2022-01-041-0/+17
* Fix build without Qt Quick 3DMitch Curtis2021-05-121-0/+6
* Make sure default surface format supports Qt Quick 3DEskil Abrahamsen Blomfeldt2021-04-281-5/+7
* Fix disabling vsync for frame-count shellEskil Abrahamsen Blomfeldt2021-03-181-12/+13
* Various c++ fixesJonas Karlsson2021-03-021-4/+4
* Bail on invalid shell optionJonas Karlsson2021-02-251-2/+6
* Default to Basic controls style if not already setMitch Curtis2020-11-301-0/+4
* Adapt to qt6 changesDaniel Smith2020-09-301-1/+2
* Fix QString - QByteArray mismatch that is now an errorLaszlo Agocs2020-06-301-1/+1
* Add internal random generatorEskil Abrahamsen Blomfeldt2017-10-311-0/+7
* Add --timeout optionEskil Abrahamsen Blomfeldt2017-06-291-1/+8
* Remove "SUB: " prefix from loggingRobin Burchell2017-05-251-4/+4
* Fix partial reads of stdout/stderrRobin Burchell2017-05-251-14/+32
* Add a V8Benchmark type to QmlBench importRobin Burchell2017-05-061-0/+1
* Add TestModel for benchmarks of model property accessRobin Burchell2017-05-041-0/+2
* Add an option to destroy the view between runsRobin Burchell2017-04-261-0/+5
* qmlbench: Switch to using std::cerr for output for debugRobin Burchell2017-04-241-3/+3
* change default run mode to be 'frame-count'Gunnar Sletta2017-04-241-3/+1
* Skip manual tests unless they are explicitly runRobin Burchell2017-03-301-0/+5
* Add a base Benchmark and CreationBenchmark typeRobin Burchell2017-03-241-0/+2
* Move host process away from using QGuiApplicationRobin Burchell2017-03-241-7/+27
* Move result recorder stuff to result recorderRobin Burchell2017-03-241-7/+1
* Split host and process mode out of mainRobin Burchell2017-03-241-90/+105
* Split BenchmarkRunner out into a separate fileRobin Burchell2017-03-231-176/+1
* Split ResultRecorder out to a separate fileRobin Burchell2017-03-231-155/+1
* Clean up BenchmarkRunner a bitRobin Burchell2017-03-231-55/+23
* BenchmarkRunner: Merge redundant methodsRobin Burchell2017-03-231-6/+0
* Benchmark: Remove redundant variableRobin Burchell2017-03-231-3/+0
* Alter standard deviation calculationRobin Burchell2017-03-221-1/+4
* Add some edge case handlingRobin Burchell2017-03-221-4/+20
* Move average() to a functionRobin Burchell2017-03-211-4/+10
* Rip out bucketingRobin Burchell2017-03-211-46/+13
* Compile with Qt 5.7 and belowEskil Abrahamsen Blomfeldt2017-03-171-0/+6
* Split main into smaller piecesRobin Burchell2017-03-171-30/+37
* Move isSubProcess to the Options structRobin Burchell2017-03-171-6/+6
* Move id to Options structRobin Burchell2017-03-171-1/+2
* Move onlyPrintJson bool to the Options structRobin Burchell2017-03-171-95/+55
* Make options a static classRobin Burchell2017-03-171-0/+2
* Split qmlbench into two "process" modesRobin Burchell2017-03-171-7/+96
* Split decidefps out to a separate toolRobin Burchell2017-03-151-108/+0
* Rearrange source treeRobin Burchell2017-03-151-0/+785