push missing rabulate through get_table_string
Signed-off-by: Nicholas Curtis <nicurtis@amd.com>
This commit is contained in:
gecommit door
Cole Ramos
bovenliggende
200961ffd9
commit
de384467f5
@@ -265,11 +265,6 @@ def show_kernel_stats(args, runs, archConfigs, output):
|
||||
df = single_df
|
||||
|
||||
print(
|
||||
tabulate(
|
||||
df,
|
||||
headers="keys",
|
||||
tablefmt="fancy_grid",
|
||||
floatfmt="." + str(args.decimal) + "f",
|
||||
),
|
||||
get_table_string(df, transpose=False, decimal=args.decimal),
|
||||
file=output,
|
||||
)
|
||||
|
||||
Verwijs in nieuw issue
Block a user