MCPcopy Create free account
hub / github.com/chronoxor/CppBenchmark / UpdateBenchmarkOperations

Method UpdateBenchmarkOperations

source/benchmark/benchmark_base.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void BenchmarkBase::UpdateBenchmarkOperations(std::vector<std::shared_ptr<PhaseCore>>& phases)
92{
93 for (const auto& phase : phases)
94 UpdateBenchmarkOperations(*phase);
95}
96
97void BenchmarkBase::UpdateBenchmarkOperations(PhaseCore& phase)
98{

Callers

nothing calls this directly

Calls 3

AddOperationsMethod · 0.80
total_operationsMethod · 0.80
threadsMethod · 0.45

Tested by

no test coverage detected