diff options
author | 2025-01-09 20:57:36 -0800 | |
---|---|---|
committer | 2025-01-16 11:01:03 -0800 | |
commit | 4e38f2814f02ed2768a4f293088375528121afed (patch) | |
tree | 036ed13117f416eba1701ae4056074c1cd115719 | |
parent | perf test: Add a runs-per-test flag (diff) | |
download | wireguard-linux-4e38f2814f02ed2768a4f293088375528121afed.tar.xz wireguard-linux-4e38f2814f02ed2768a4f293088375528121afed.zip |
perf test: Improve verbose documentation
Add a little more detail on the output expectations for each verbose
level.
Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: Namhyung Kim <namhyung@kernel.org>
Cc: James Clark <james.clark@linaro.org>
Link: https://lore.kernel.org/r/20250110045736.598281-6-irogers@google.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | tools/perf/Documentation/perf-test.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-test.txt b/tools/perf/Documentation/perf-test.txt index 85f868c324ff..32da0d1fa86a 100644 --- a/tools/perf/Documentation/perf-test.txt +++ b/tools/perf/Documentation/perf-test.txt @@ -28,8 +28,11 @@ OPTIONS Tests to skip (comma separated numeric list). -v:: +-vv:: +-vvv:: --verbose:: - Be more verbose. + With a single '-v', verbose level 1, only failing test output + is displayed. With '-vv' and higher all test output is shown. -S:: --sequential:: |