Is your feature request related to a problem? Please describe.
I find it hard to work out what command-line options a benchmark program will accept. As far as I can tell, there is no public documentation. I eventually found a list by running --help.
Describe the solution you'd like
I would like command-line options to be documented in the user guide, or in a separate document.
Describe alternatives you've considered
For the time being, I copied the output of benchmark --help into a document.
Additional context
I work on Chromium, but I assume it would be useful for anyone.
Is your feature request related to a problem? Please describe.
I find it hard to work out what command-line options a benchmark program will accept. As far as I can tell, there is no public documentation. I eventually found a list by running
--help.Describe the solution you'd like
I would like command-line options to be documented in the user guide, or in a separate document.
Describe alternatives you've considered
For the time being, I copied the output of
benchmark --helpinto a document.Additional context
I work on Chromium, but I assume it would be useful for anyone.