Update likwid_perfgroup_to_cc_config.py

Add "UMC" to socket-counters
This commit is contained in:
Thomas Gruber
2025-08-28 15:59:48 +02:00
committed by GitHub
parent 5ceffb44b4
commit aeaba0021b

View File

@@ -44,6 +44,8 @@ def group_to_json(groupfile):
scope = "socket"
if "PWR" in calc:
scope = "socket"
if "UMC" in calc:
scope = "socket"
m = {"name" : metric, "calc": calc, "type" : scope, "publish" : True}
metrics.append(m)