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 1749a44 commit 0d2e29eCopy full SHA for 0d2e29e
google_benchmark/src/benchmark.cc
@@ -379,7 +379,8 @@ codspeed::RawWalltimeBenchmark generate_raw_walltime_data(
379
}
380
381
walltime_data.iter_per_round = run.iterations;
382
- walltime_data.round_times_ns.push_back(run.GetAdjustedRealTime());
+
383
+ walltime_data.round_times_ns.push_back(run.GetAdjustedCPUTime());
384
385
386
if (run_results.aggregates_only.empty()) {
0 commit comments