fix the part that casue _sum counters missing for TCC (#627)

This commit is contained in:
ywang103-amd
2025-03-24 11:16:03 -04:00
committed by GitHub
parent ebb21c4bba
commit 0c0906f238
+1
View File
@@ -667,6 +667,7 @@ def perfmon_coalesce(
for ctr in f.blocks[block_name].elements:
if "_sum" in ctr:
channel_counters.append(ctr.split("_sum")[0])
pmc.append(ctr)
channel_counters = (
pd.Series(channel_counters).drop_duplicates().to_list()