Describe --list-metrics option in help menu #83

Signed-off-by: coleramos425 <colramos@amd.com>
Cette révision appartient à :
coleramos425
2023-02-07 14:30:03 -06:00
Parent 57a289ad1b
révision d9dad05cdb
+3 -1
Voir le fichier
@@ -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",