aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a base Benchmark and CreationBenchmark typeRobin Burchell2017-03-244-0/+104
* Move host process away from using QGuiApplicationRobin Burchell2017-03-242-9/+31
* Move result recorder stuff to result recorderRobin Burchell2017-03-243-10/+7
* Split host and process mode out of mainRobin Burchell2017-03-241-90/+105
* Compile with Qt 5.6Eskil Abrahamsen Blomfeldt2017-03-241-0/+1
* Split BenchmarkRunner out into a separate fileRobin Burchell2017-03-234-177/+258
* Split ResultRecorder out to a separate fileRobin Burchell2017-03-234-156/+250
* Clean up BenchmarkRunner a bitRobin Burchell2017-03-233-55/+73
* 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-212-50/+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-172-6/+8
* Move id to Options structRobin Burchell2017-03-172-1/+3
* Move onlyPrintJson bool to the Options structRobin Burchell2017-03-172-95/+57
* Make options a static classRobin Burchell2017-03-172-0/+75
* 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-1510-0/+2887