mirror of
https://github.com/google/benchmark.git
synced 2025-01-27 04:10:16 +08:00
Clarified output formats (#241)
This commit is contained in:
parent
3fdd76bd14
commit
1d53e5e0d8
@ -382,7 +382,7 @@ static void BM_test(benchmark::State& state) {
|
||||
|
||||
## Output Formats
|
||||
The library supports multiple output formats. Use the
|
||||
`--benchmark_format=<tabular|json>` flag to set the format type. `tabular` is
|
||||
`--benchmark_format=<tabular|json|csv>` flag to set the format type. `tabular` is
|
||||
the default format.
|
||||
|
||||
The Tabular format is intended to be a human readable format. By default
|
||||
|
Loading…
Reference in New Issue
Block a user