GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapChecker Class Reference
Inheritance diagram for GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapChecker:
Collaboration diagram for GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapChecker:

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 36 of file GaudiGoogleProfilingConf.py.

Constructor & Destructor Documentation

def GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapChecker.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 58 of file GaudiGoogleProfilingConf.py.

58  def __init__(self, name = Configurable.DefaultName, **kwargs):
59  super(Google__HeapChecker, self).__init__(name)
60  for n,v in kwargs.items():
61  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapChecker.getDlls (   self)

Definition at line 62 of file GaudiGoogleProfilingConf.py.

62  def getDlls( self ):
63  return 'GaudiGoogleProfiling'
def GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapChecker.getType (   self)

Definition at line 64 of file GaudiGoogleProfilingConf.py.

64  def getType( self ):
65  return 'Google::HeapChecker'

Member Data Documentation

dictionary GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapChecker.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # int
3  'Enable' : True, # bool
4  'ActivateAt' : [ 'Initialize' , 'ReInitialize' , 'Execute' , 'BeginRun' , 'EndRun' , 'Finalize' ], # list
5  'DisableFor' : [ ], # list
6  'EnableFor' : [ ], # list
7  'ProfileFreq' : -1, # int
8  'DoFullEventProfile' : False, # bool
9  'FullEventNSampleEvents' : 1L, # long
10  'SkipEvents' : 0L, # long
11  'SkipSequencers' : True, # bool
12  }

Definition at line 37 of file GaudiGoogleProfilingConf.py.

dictionary GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapChecker._propertyDocDct
staticprivate
Initial value:
1 = {
2  'SkipSequencers' : ,
3  'FullEventNSampleEvents' : ,
4  'ActivateAt' : ,
5  'SkipEvents' : ,
6  'DoFullEventProfile' : ,
7  'ProfileFreq' : ,
8  'DisableFor' : ,
9  }

Definition at line 49 of file GaudiGoogleProfilingConf.py.


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