| 89 | } |
| 90 | |
| 91 | void BenchmarkBase::UpdateBenchmarkOperations(std::vector<std::shared_ptr<PhaseCore>>& phases) |
| 92 | { |
| 93 | for (const auto& phase : phases) |
| 94 | UpdateBenchmarkOperations(*phase); |
| 95 | } |
| 96 | |
| 97 | void BenchmarkBase::UpdateBenchmarkOperations(PhaseCore& phase) |
| 98 | { |
nothing calls this directly
no test coverage detected