add option to save dfs
Signed-off-by: fei.zheng <fei.zheng@amd.com>
[ROCm/rocprofiler-compute commit: 1104371651]
Este commit está contenido en:
@@ -468,6 +468,12 @@ def parse(my_parser):
|
||||
default=2,
|
||||
help="\t\tSpecify the decimal to display. (DEFAULT: 2)",
|
||||
)
|
||||
analyze_group.add_argument(
|
||||
"--save-dfs",
|
||||
dest="df_file_dir",
|
||||
metavar="",
|
||||
help="\t\tSpecify the dirctory to save analysis dataframe csv files.",
|
||||
)
|
||||
analyze_group.add_argument(
|
||||
"--cols",
|
||||
type=int,
|
||||
|
||||
Referencia en una nueva incidencia
Block a user