libnonius / nonius

A C++ micro-benchmarking framework
https://nonius.io
Creative Commons Zero v1.0 Universal
359 stars 47 forks source link

Document parameters #64

Open rmartinho opened 8 years ago

rmartinho commented 8 years ago

The documentation needs to be updated for #56 and #63.

rmartinho commented 8 years ago

Btw, the docs at https://nonius.io are always built from the stable branch, but the current devel docs can be found at https://nonius.io/devel (they are rebuilt daily if there are changes).

mastensg commented 7 years ago

for anyone coming here because they can't find documentation on parameters elsewhere (like me). for https://github.com/libnonius/nonius/blob/devel/examples/example6.c%2B%2B:

./example6 -p size:200 -p string:bar

i discovered this by guessing at a simpler version of the syntax described in https://github.com/libnonius/nonius/pull/56#issuecomment-238021856