Describe --list-metrics option in help menu #83
Signed-off-by: coleramos425 <colramos@amd.com>
Cette révision appartient à :
+3
-1
@@ -386,7 +386,9 @@ def parse(my_parser):
|
||||
help="\t\tSpecify the output file.",
|
||||
)
|
||||
analyze_group.add_argument(
|
||||
"--list-kernels", action="store_true", help="\t\tList kernels."
|
||||
"--list-kernels",
|
||||
action="store_true",
|
||||
help="\t\tList kernels. Top 10 kernels sorted by duration (descending order).",
|
||||
)
|
||||
analyze_group.add_argument(
|
||||
"--list-metrics",
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur