GaudiProfiling.GaudiJemallocConf.JemallocProfile Class Reference
Inheritance diagram for GaudiProfiling.GaudiJemallocConf.JemallocProfile:
Collaboration diagram for GaudiProfiling.GaudiJemallocConf.JemallocProfile:

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

Constructor & Destructor Documentation

def GaudiProfiling.GaudiJemallocConf.JemallocProfile.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 60 of file GaudiJemallocConf.py.

60  def __init__(self, name = Configurable.DefaultName, **kwargs):
61  super(JemallocProfile, self).__init__(name)
62  for n,v in kwargs.items():
63  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiProfiling.GaudiJemallocConf.JemallocProfile.getDlls (   self)

Definition at line 64 of file GaudiJemallocConf.py.

64  def getDlls( self ):
65  return 'GaudiJemalloc'
def GaudiProfiling.GaudiJemallocConf.JemallocProfile.getType (   self)

Definition at line 66 of file GaudiJemallocConf.py.

66  def getType( self ):
67  return 'JemallocProfile'

Member Data Documentation

dictionary GaudiProfiling.GaudiJemallocConf.JemallocProfile.__slots__
staticprivate

Definition at line 5 of file GaudiJemallocConf.py.

dictionary GaudiProfiling.GaudiJemallocConf.JemallocProfile._propertyDocDct
staticprivate
Initial value:
1 = {
2  'StatTableHeader' : ,
3  'ErrorsPrint' : ,
4  'RegisterForContextService' : ,
5  'StatPrint' : ,
6  'VetoObjects' : ,
7  'TypePrint' : ,
8  'StopAtEventN' : ,
9  'CounterList' : ,
10  'EfficiencyRowFormat' : ,
11  'RequireObjects' : ,
12  'PropertiesPrint' : ,
13  'DumpPeriod' : ,
14  'UseEfficiencyRowFormat' : ,
15  'RegularRowFormat' : ,
16  'StatEntityList' : ,
17  'StartFromEventN' : ,
18  }

Definition at line 42 of file GaudiJemallocConf.py.


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