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 41b9925 commit d782974Copy full SHA for d782974
google_benchmark/include/benchmark/benchmark.h
@@ -1091,9 +1091,9 @@ inline BENCHMARK_ALWAYS_INLINE State::StateIterator State::end() {
1091
StartKeepRunning();
1092
1093
#ifdef CODSPEED_INSTRUMENTATION
1094
- if (parent_->codspeed_ != NULL) {
1095
- parent_->codspeed_->start_benchmark();
1096
- }
+ if (this->codspeed_ != NULL) {
+ this->codspeed_->start_benchmark(name_);
+ }
1097
#endif
1098
#if defined(CODSPEED_INSTRUMENTATION) || defined(CODSPEED_WALLTIME)
1099
measurement_start();
0 commit comments