Commit b07fee6b by Eric Fiselier

address review comments

parent 1b9e55c2
......@@ -4,4 +4,4 @@ int main() {
typedef std::chrono::steady_clock Clock;
Clock::time_point tp = Clock::now();
((void)tp);
}
\ No newline at end of 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
......
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