fix the part that casue _sum counters missing for TCC (#627)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user