| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve Vulkan backend support handling when requested by user | Pasi Petäjäjärvi | 2023-10-11 | 1 | -3/+10 |
| * | Add screen refreshrate as recordable parameter for testrun | Pasi Petäjäjärvi | 2023-08-15 | 1 | -3/+7 |
| * | Add option to run tests with Vulkan backend | Pasi Petäjäjärvi | 2023-08-15 | 1 | -3/+22 |
| * | Remove duplicate line from verbose output | Pasi Petäjäjärvi | 2022-09-15 | 1 | -1/+0 |
| * | Fix recording correct display resolution for json result on embedded | Pasi Petäjäjärvi | 2022-09-15 | 1 | -4/+11 |
| * | Use a resource file for benchmarks, and add some Android goodies and fixes | Ville Voutilainen | 2022-01-04 | 1 | -0/+17 |
| * | Fix build without Qt Quick 3D | Mitch Curtis | 2021-05-12 | 1 | -0/+6 |
| * | Make sure default surface format supports Qt Quick 3D | Eskil Abrahamsen Blomfeldt | 2021-04-28 | 1 | -5/+7 |
| * | Fix disabling vsync for frame-count shell | Eskil Abrahamsen Blomfeldt | 2021-03-18 | 1 | -12/+13 |
| * | Various c++ fixes | Jonas Karlsson | 2021-03-02 | 1 | -4/+4 |
| * | Bail on invalid shell option | Jonas Karlsson | 2021-02-25 | 1 | -2/+6 |
| * | Default to Basic controls style if not already set | Mitch Curtis | 2020-11-30 | 1 | -0/+4 |
| * | Adapt to qt6 changes | Daniel Smith | 2020-09-30 | 1 | -1/+2 |
| * | Fix QString - QByteArray mismatch that is now an error | Laszlo Agocs | 2020-06-30 | 1 | -1/+1 |
| * | Add internal random generator | Eskil Abrahamsen Blomfeldt | 2017-10-31 | 1 | -0/+7 |
| * | Add --timeout option | Eskil Abrahamsen Blomfeldt | 2017-06-29 | 1 | -1/+8 |
| * | Remove "SUB: " prefix from logging | Robin Burchell | 2017-05-25 | 1 | -4/+4 |
| * | Fix partial reads of stdout/stderr | Robin Burchell | 2017-05-25 | 1 | -14/+32 |
| * | Add a V8Benchmark type to QmlBench import | Robin Burchell | 2017-05-06 | 1 | -0/+1 |
| * | Add TestModel for benchmarks of model property access | Robin Burchell | 2017-05-04 | 1 | -0/+2 |
| * | Add an option to destroy the view between runs | Robin Burchell | 2017-04-26 | 1 | -0/+5 |
| * | qmlbench: Switch to using std::cerr for output for debug | Robin Burchell | 2017-04-24 | 1 | -3/+3 |
| * | change default run mode to be 'frame-count' | Gunnar Sletta | 2017-04-24 | 1 | -3/+1 |
| * | Skip manual tests unless they are explicitly run | Robin Burchell | 2017-03-30 | 1 | -0/+5 |
| * | Add a base Benchmark and CreationBenchmark type | Robin Burchell | 2017-03-24 | 1 | -0/+2 |
| * | Move host process away from using QGuiApplication | Robin Burchell | 2017-03-24 | 1 | -7/+27 |
| * | Move result recorder stuff to result recorder | Robin Burchell | 2017-03-24 | 1 | -7/+1 |
| * | Split host and process mode out of main | Robin Burchell | 2017-03-24 | 1 | -90/+105 |
| * | Split BenchmarkRunner out into a separate file | Robin Burchell | 2017-03-23 | 1 | -176/+1 |
| * | Split ResultRecorder out to a separate file | Robin Burchell | 2017-03-23 | 1 | -155/+1 |
| * | Clean up BenchmarkRunner a bit | Robin Burchell | 2017-03-23 | 1 | -55/+23 |
| * | BenchmarkRunner: Merge redundant methods | Robin Burchell | 2017-03-23 | 1 | -6/+0 |
| * | Benchmark: Remove redundant variable | Robin Burchell | 2017-03-23 | 1 | -3/+0 |
| * | Alter standard deviation calculation | Robin Burchell | 2017-03-22 | 1 | -1/+4 |
| * | Add some edge case handling | Robin Burchell | 2017-03-22 | 1 | -4/+20 |
| * | Move average() to a function | Robin Burchell | 2017-03-21 | 1 | -4/+10 |
| * | Rip out bucketing | Robin Burchell | 2017-03-21 | 1 | -46/+13 |
| * | Compile with Qt 5.7 and below | Eskil Abrahamsen Blomfeldt | 2017-03-17 | 1 | -0/+6 |
| * | Split main into smaller pieces | Robin Burchell | 2017-03-17 | 1 | -30/+37 |
| * | Move isSubProcess to the Options struct | Robin Burchell | 2017-03-17 | 1 | -6/+6 |
| * | Move id to Options struct | Robin Burchell | 2017-03-17 | 1 | -1/+2 |
| * | Move onlyPrintJson bool to the Options struct | Robin Burchell | 2017-03-17 | 1 | -95/+55 |
| * | Make options a static class | Robin Burchell | 2017-03-17 | 1 | -0/+2 |
| * | Split qmlbench into two "process" modes | Robin Burchell | 2017-03-17 | 1 | -7/+96 |
| * | Split decidefps out to a separate tool | Robin Burchell | 2017-03-15 | 1 | -108/+0 |
| * | Rearrange source tree | Robin Burchell | 2017-03-15 | 1 | -0/+785 |