Skip to content

Commit e376e22

Browse files
zdebanosjerpelea
authored andcommitted
Documentation/applications/benchmarks/cyclictest: -q
-q (--quiet) option added Signed-off-by: Stepan Pressl <pressl.stepan@gmail.com>
1 parent 2afeefc commit e376e22

File tree

1 file changed

+1
-0
lines changed
  • Documentation/applications/benchmarks/cyclictest

1 file changed

+1
-0
lines changed

Documentation/applications/benchmarks/cyclictest/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Following command-line parameters can be supplied:
6464
- ``-l --loops [N]``: The number of measurement loops. Default is 0 (endless).
6565
- ``-m --measurement [METHODS]``: Sets the time measurement method. 0 selects ``clock_gettime``, 1 uses the NuttX timer API. Be advised that if 1 is selected, you need to specify a timer device (e.g. ``/dev/timer0``) in ``-T``.
6666
- ``-n --nanosleep [METHOD]``: Sets the waiting method: 0 selects ``clock_nanosleep``, 1 waits for the POLLIN flag on a timer device. Default is 0. Choosing 1 works only with one thread, the ``-t`` value is therefore set to 1. If METHOD 1 is selected, you need to specify a timer device (e.g. ``/dev/timer0``) in ``-T``.
67+
- ``-q --quiet``: Prints a summary only on exit.
6768
- ``-p --prio``: Sets the priority of the first thread.
6869
- ``-t --threads [N]``: The number of test threads to be created. Default is 1.
6970
- ``-T --timer-device [DEV]``: The measuring timer device. Must be specified when ``-m=1`` or ``-n=1``.

0 commit comments

Comments
 (0)