1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00

commands/record: Fix record command description.

All stages are now optional for recording however the record description
has not been updated to reflect this.
This commit is contained in:
Marc Bonnici 2018-06-25 16:28:55 +01:00 committed by setrofim
parent df076c68da
commit 1c60f47440

View File

@ -51,8 +51,8 @@ class RecordCommand(Command):
from ``build.prop``, on Linux devices it is obtained from ``/proc/device-tree/model``.
- suffix is used by WA to determine which part of the app execution the
recording is for, currently these are either ``setup``, ``run``, ``extract_results``
or ``teardown``. All stages except ``run`` are optional and these should
be specified with the ``-s``, ``-e`` or ``-t`` arguments respectively,
or ``teardown``. All stages are optional for recording and these should
be specified with the ``-s``, ``-r``, ``-e`` or ``-t`` arguments respectively,
or optionally ``-a`` to indicate all stages should be recorded.
'''