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

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

Constructor & Destructor Documentation

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

Definition at line 92 of file GaudiGoogleProfilingConf.py.

92  def __init__(self, name = Configurable.DefaultName, **kwargs):
93  super(Google__HeapProfiler, self).__init__(name)
94  for n,v in kwargs.items():
95  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapProfiler.getDlls (   self)

Definition at line 96 of file GaudiGoogleProfilingConf.py.

96  def getDlls( self ):
97  return 'GaudiGoogleProfiling'
def GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapProfiler.getType (   self)

Definition at line 98 of file GaudiGoogleProfilingConf.py.

98  def getType( self ):
99  return 'Google::HeapProfiler'

Member Data Documentation

dictionary GaudiProfiling.GaudiGoogleProfilingConf.Google__HeapProfiler.__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  'DumpHeapProfiles' : True, # bool
13  'PrintProfilesToLog' : False, # bool
14  }

Definition at line 69 of file GaudiGoogleProfilingConf.py.

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

Definition at line 83 of file GaudiGoogleProfilingConf.py.


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