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

Signed-off-by: colramos-amd <colramos@amd.com>
This commit is contained in:
colramos-amd
2024-01-19 13:46:01 -06:00
committed by Cole Ramos
parent 7846a663fd
commit a171e776e4
10 changed files with 83 additions and 103 deletions
+2 -2
View File
@@ -338,8 +338,8 @@ def calc_ai(sort_type, ret_df):
logging.debug("[roofline] {}: Skipped hbm_data at index {}".format(kernelName[:35], idx))
pass
totalDuration += df["EndNs"][idx] - df["BeginNs"][idx]
avgDuration += df["EndNs"][idx] - df["BeginNs"][idx]
totalDuration += df["End_Timestamp"][idx] - df["Start_Timestamp"][idx]
avgDuration += df["End_Timestamp"][idx] - df["Start_Timestamp"][idx]
calls += 1