Commit b07fee6b by Eric Fiselier

address review comments

parent 1b9e55c2
...@@ -103,7 +103,8 @@ bool ConsoleReporter::ReportContext(const Context& context) { ...@@ -103,7 +103,8 @@ bool ConsoleReporter::ReportContext(const Context& context) {
if (context.cpu_scaling_enabled) { if (context.cpu_scaling_enabled) {
fprintf(stdout, "***WARNING*** CPU scaling is enabled, the benchmark " fprintf(stdout, "***WARNING*** CPU scaling is enabled, the benchmark "
"timings may be noisy and will incure extra overhead.\n"); "real time measurements may be noisy and will incure extra "
"overhead.\n");
} }
#ifndef NDEBUG #ifndef NDEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment