mirror of
https://github.com/google/benchmark.git
synced 2024-11-26 16:31:54 +00:00
Add csv to help output
This commit is contained in:
parent
680a399a93
commit
b6e4f67d75
|
@ -842,7 +842,7 @@ void PrintUsageAndExit() {
|
|||
" [--benchmark_filter=<regex>]\n"
|
||||
" [--benchmark_min_time=<min_time>]\n"
|
||||
" [--benchmark_repetitions=<num_repetitions>]\n"
|
||||
" [--benchmark_format=<tabular|json>]\n"
|
||||
" [--benchmark_format=<tabular|json|csv>]\n"
|
||||
" [--color_print={true|false}]\n"
|
||||
" [--v=<verbosity>]\n");
|
||||
exit(0);
|
||||
|
|
Loading…
Reference in a new issue