Update headers based on latest rocprofv2 output. Overwrite old headers.

Signed-off-by: colramos-amd <colramos@amd.com>


[ROCm/rocprofiler-compute commit: a171e776e4]
Αυτή η υποβολή περιλαμβάνεται σε:
colramos-amd
2024-01-19 13:46:01 -06:00
υποβλήθηκε από Cole Ramos
γονέας afa73c9e9b
υποβολή 18e3b98535
10 αρχεία άλλαξαν με 83 προσθήκες και 103 διαγραφές
@@ -82,10 +82,10 @@ def show_all(args, runs, archConfigs, output):
if (
type == "raw_csv_table"
and table_config["source"] == "pmc_kernel_top.csv"
and (header == "KernelName" or header == "Kernel_Name")
and header == "Kernel_Name"
):
# NB: the width of kernel name might depend on the header of the table.
adjusted_name = base_df["KernelName"].apply(
adjusted_name = base_df["Kernel_Name"].apply(
lambda x: string_multiple_lines(x, 40, 3)
)
df = pd.concat([df, adjusted_name], axis=1)