GaudiProfiling.IntelProfilerConf.IntelProfilerAuditor Class Reference
Inheritance diagram for GaudiProfiling.IntelProfilerConf.IntelProfilerAuditor:
Collaboration diagram for GaudiProfiling.IntelProfilerConf.IntelProfilerAuditor:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 4 of file IntelProfilerConf.py.

Constructor & Destructor Documentation

def GaudiProfiling.IntelProfilerConf.IntelProfilerAuditor.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 27 of file IntelProfilerConf.py.

27  def __init__(self, name = Configurable.DefaultName, **kwargs):
28  super(IntelProfilerAuditor, self).__init__(name)
29  for n,v in kwargs.items():
30  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiProfiling.IntelProfilerConf.IntelProfilerAuditor.getDlls (   self)

Definition at line 31 of file IntelProfilerConf.py.

31  def getDlls( self ):
32  return 'IntelProfiler'
def GaudiProfiling.IntelProfilerConf.IntelProfilerAuditor.getType (   self)

Definition at line 33 of file IntelProfilerConf.py.

33  def getType( self ):
34  return 'IntelProfilerAuditor'

Member Data Documentation

dictionary GaudiProfiling.IntelProfilerConf.IntelProfilerAuditor.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # int
3  'Enable' : True, # bool
4  'IncludeAlgorithms' : [ ], # list
5  'ExcludeAlgorithms' : [ ], # list
6  'StartFromEventN' : 1, # int
7  'StopAtEventN' : 0, # int
8  'ComponentsForTaskTypes' : [ ], # list
9  'TaskTypeNameDelimeter' : ' ', # str
10  'EnableFrames' : False, # bool
11  'FramesRate' : 100, # int
12  }

Definition at line 5 of file IntelProfilerConf.py.

dictionary GaudiProfiling.IntelProfilerConf.IntelProfilerAuditor._propertyDocDct
staticprivate
Initial value:
1 = {
2  'IncludeAlgorithms' : ,
3  'EnableFrames' : ,
4  'StopAtEventN' : ,
5  'ExcludeAlgorithms' : ,
6  'FramesRate' : ,
7  'ComponentsForTaskTypes' : ,
8  'StartFromEventN' : ,
9  'TaskTypeNameDelimeter' : ,
10  }

Definition at line 17 of file IntelProfilerConf.py.


The documentation for this class was generated from the following file: