Remove UCP from the list of counters
This commit is contained in:
parent
f9166e7c3d
commit
77b7d3b2e6
@ -53,7 +53,7 @@ from subprocess import PIPE
|
||||
|
||||
# A list of strings that are not really counters, just
|
||||
# name tags that are output by pmccontrol -L
|
||||
notcounter = ["IAF", "IAP", "TSC", "UNC", "UCF"]
|
||||
notcounter = ["IAF", "IAP", "TSC", "UNC", "UCF", "UCP"]
|
||||
|
||||
def main():
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user