Got kernel summaries in rocscope integrated
Signed-off-by: coleramos425 <colramos@amd.com>
Этот коммит содержится в:
коммит произвёл
coleramos425
родитель
eadd35e5c6
Коммит
9e12acf79c
@@ -125,6 +125,17 @@ def parse(my_parser):
|
||||
dest="lucky",
|
||||
help="\t\t\tProfile only the most time consuming kernels.",
|
||||
)
|
||||
|
||||
profile_group.add_argument(
|
||||
"-s",
|
||||
"--kernel-summaries",
|
||||
required=False,
|
||||
default=False,
|
||||
action="store_true",
|
||||
dest="summaries",
|
||||
help="\t\t\tCreate kernel summaries.",
|
||||
)
|
||||
|
||||
profile_group.add_argument(
|
||||
"-b",
|
||||
"--ipblocks",
|
||||
|
||||
Ссылка в новой задаче
Block a user