add option to save dfs

Signed-off-by: fei.zheng <fei.zheng@amd.com>


[ROCm/rocprofiler-compute commit: 1104371651]
Este commit está contenido en:
fei.zheng
2023-05-03 17:45:29 -06:00
padre 9e42cd9ef1
commit c8df0bf75f
Se han modificado 3 ficheros con 27 adiciones y 9 borrados
+6
Ver fichero
@@ -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,