Add timestamp override to rocprofv2 and format Python

Signed-off-by: colramos-amd <colramos@amd.com>
This commit is contained in:
colramos-amd
2024-03-25 10:45:34 -05:00
committed by Cole Ramos
parent da506ad9b5
commit dfdd8dd21d
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -33,6 +33,7 @@ def print_avail_arch(avail_arch: list):
ret_str += "\n\t\t {}".format(arch)
return ret_str
def add_general_group(parser, omniperf_version):
general_group = parser.add_argument_group("General Options")
@@ -55,6 +56,7 @@ def add_general_group(parser, omniperf_version):
"-s", "--specs", action="store_true", help="Print system specs."
)
def omniarg_parser(parser, omniperf_home, supported_archs, omniperf_version):
# -----------------------------------------
# Parse arguments (dependent on mode)