We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b47f73 commit bac36baCopy full SHA for bac36ba
core/src/codspeed.cpp
@@ -85,7 +85,6 @@ void CodSpeed::start_benchmark(const std::string &name) {
85
}
86
87
void CodSpeed::end_benchmark() {
88
- measurement_stop(current_benchmark);
89
benchmarked.push_back(current_benchmark);
90
std::string action_str = is_instrumented ? "Measured" : "Checked";
91
std::string group_str =
google_benchmark/include/benchmark/benchmark.h
@@ -1066,6 +1066,7 @@ struct State::StateIterator {
1066
if (BENCHMARK_BUILTIN_EXPECT(cached_ != 0, true)) return true;
1067
#ifdef CODSPEED_INSTRUMENTATION
1068
if (parent_->codspeed_ != NULL) {
1069
+ measurement_stop();
1070
parent_->codspeed_->end_benchmark();
1071
1072
#endif
0 commit comments