mirror of
https://github.com/google/benchmark.git
synced 2025-04-29 06:20:32 +08:00
fix debug prefix printing
This commit is contained in:
parent
bbb949ae5d
commit
9b63f54282
@ -762,7 +762,7 @@ bool ConsoleReporter::ReportContext(const Context& context) const {
|
||||
"timings may be noisy\n");
|
||||
}
|
||||
|
||||
int prefix_len = strlen(Prefix());
|
||||
int prefix_len = std::strlen(Prefix());
|
||||
int output_width =
|
||||
fprintf(stdout,
|
||||
"%s%-*s %10s %10s %10s\n",
|
||||
|
Loading…
Reference in New Issue
Block a user