| 194 | } |
| 195 | |
| 196 | bool Benchmark::isRunning() |
| 197 | { |
| 198 | return m_running; |
| 199 | } |
| 200 | |
| 201 | void Benchmark::runBenchmark(QList<QPair<QPair<Global::BenchmarkTest, Global::BenchmarkIOReadWrite>, QVector<QObject*>>> tests) |
| 202 | { |
no outgoing calls
no test coverage detected