| 169 | } |
| 170 | |
| 171 | void PerformanceTest::setOperations(const vector<vector<Operation *>> |
| 172 | &testOperations, Operation *freeOperation) |
| 173 | { |
| 174 | m_testOperations = testOperations; |
| 175 | m_freeOperation = freeOperation; |
| 176 | } |
| 177 | |
| 178 | void PerformanceTest::setExecutionMode(ExecutionMode executionMode) |
| 179 | { |
no outgoing calls
no test coverage detected