31 'OutputLevel' :
""" output level [Auditor] """,
32 'Enable' :
""" should the auditor be used or not [Auditor] """,
34 def __init__(self, name = Configurable.DefaultName, **kwargs):
35 super(PerfMonAuditor, self).
__init__(name)
36 for n,v
in kwargs.items():
39 return 'GaudiProfiling' 41 return 'PerfMonAuditor'
def __init__(self, name=Configurable.DefaultName, kwargs)