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

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 GaudiGoogleProfilingConf.py.

Constructor & Destructor Documentation

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

Definition at line 26 of file GaudiGoogleProfilingConf.py.

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

Member Function Documentation

def GaudiProfiling.GaudiGoogleProfilingConf.Google__CPUProfiler.getDlls (   self)

Definition at line 30 of file GaudiGoogleProfilingConf.py.

30  def getDlls( self ):
31  return 'GaudiGoogleProfiling'
def GaudiProfiling.GaudiGoogleProfilingConf.Google__CPUProfiler.getType (   self)

Definition at line 32 of file GaudiGoogleProfilingConf.py.

32  def getType( self ):
33  return 'Google::CPUProfiler'

Member Data Documentation

dictionary GaudiProfiling.GaudiGoogleProfilingConf.Google__CPUProfiler.__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 5 of file GaudiGoogleProfilingConf.py.

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

Definition at line 17 of file GaudiGoogleProfilingConf.py.


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