add option to save dfs

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


[ROCm/rocprofiler-compute commit: 1104371651]
Cette révision appartient à :
fei.zheng
2023-05-03 17:45:29 -06:00
Parent 9e42cd9ef1
révision c8df0bf75f
3 fichiers modifiés avec 27 ajouts et 9 suppressions
+6
Voir le fichier
@@ -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,