address review comments

This commit is contained in:
Eric Fiselier 2015-03-26 18:32:31 -04:00
parent 1b9e55c281
commit b07fee6b64
2 changed files with 3 additions and 2 deletions

View File

@ -103,7 +103,8 @@ bool ConsoleReporter::ReportContext(const Context& context) {
if (context.cpu_scaling_enabled) {
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