mirror of
https://github.com/google/benchmark.git
synced 2025-01-27 20:30:15 +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
|
## Output Formats
|
||||||
The library supports multiple output formats. Use the
|
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 default format.
|
||||||
|
|
||||||
The Tabular format is intended to be a human readable format. By default
|
The Tabular format is intended to be a human readable format. By default
|
||||||
|
Loading…
Reference in New Issue
Block a user