The Gaudi Framework  v29r5 (37229091)
GaudiIntelProfilingConf.py
Go to the documentation of this file.
1 #Wed Mar 6 15:39:54 2019"""Automatically generated. DO NOT EDIT please"""
3 
4 class IntelProfile( ConfigurableAlgorithm ) :
5  __slots__ = {
6  'ExtraInputs' : [], # list
7  'ExtraOutputs' : [], # list
8  'OutputLevel' : 0, # int
9  'Enable' : True, # bool
10  'ErrorMax' : 1, # int
11  'AuditAlgorithms' : False, # bool
12  'AuditInitialize' : False, # bool
13  'AuditReinitialize' : False, # bool
14  'AuditRestart' : False, # bool
15  'AuditExecute' : False, # bool
16  'AuditFinalize' : False, # bool
17  'AuditBeginRun' : False, # bool
18  'AuditEndRun' : False, # bool
19  'AuditStart' : False, # bool
20  'AuditStop' : False, # bool
21  'Timeline' : True, # bool
22  'MonitorService' : 'MonitorSvc', # str
23  'RegisterForContextService' : True, # bool
24  'Cardinality' : 1, # int
25  'NeededResources' : [ ], # list
26  'IsIOBound' : False, # bool
27  'FilterCircularDependencies' : True, # bool
28  'ErrorsPrint' : True, # bool
29  'PropertiesPrint' : False, # bool
30  'StatPrint' : True, # bool
31  'TypePrint' : True, # bool
32  'Context' : '', # str
33  'RootInTES' : '', # str
34  'StatTableHeader' : ' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |', # str
35  'RegularRowFormat' : ' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str
36  'EfficiencyRowFormat' : ' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |', # str
37  'UseEfficiencyRowFormat' : True, # bool
38  'CounterList' : [ '.*' ], # list
39  'StatEntityList' : [ ], # list
40  'VetoObjects' : [ ], # list
41  'RequireObjects' : [ ], # list
42  'StartFromEventN' : 1, # int
43  'StopAtEventN' : 0, # int
44  }
45  _propertyDocDct = {
46  'RequireObjects' : """ execute only if one or more of these TES objects exist [GaudiAlgorithm] """,
47  'VetoObjects' : """ skip execute if one or more of these TES objects exist [GaudiAlgorithm] """,
48  'StatEntityList' : """ RegEx list, of StatEntity counters for CounterSummary [GaudiCommon<Algorithm>] """,
49  'UseEfficiencyRowFormat' : """ use the special format for printout of efficiency counters [GaudiCommon<Algorithm>] """,
50  'EfficiencyRowFormat' : """ The format for "efficiency" row in the output Stat-table [GaudiCommon<Algorithm>] """,
51  'StatTableHeader' : """ the header row for the output Stat-table [GaudiCommon<Algorithm>] """,
52  'CounterList' : """ RegEx list, of simple integer counters for CounterSummary [GaudiCommon<Algorithm>] """,
53  'RootInTES' : """ note: overridden by parent settings [GaudiCommon<Algorithm>] """,
54  'Context' : """ note: overridden by parent settings [GaudiCommon<Algorithm>] """,
55  'TypePrint' : """ add the actual C++ component type into the messages [GaudiCommon<Algorithm>] """,
56  'ErrorsPrint' : """ print the statistics of errors/warnings/exceptions [GaudiCommon<Algorithm>] """,
57  'AuditRestart' : """ trigger auditor on restart() [Algorithm] """,
58  'Timeline' : """ send events to TimelineSvc [Algorithm] """,
59  'PropertiesPrint' : """ print the properties of the component [GaudiCommon<Algorithm>] """,
60  'ExtraInputs' : """ [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
61  'AuditAlgorithms' : """ [[deprecated]] unused [Algorithm] """,
62  'StatPrint' : """ print the table of counters [GaudiCommon<Algorithm>] """,
63  'ExtraOutputs' : """ [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
64  'RegularRowFormat' : """ the format for regular row in the output Stat-table [GaudiCommon<Algorithm>] """,
65  'ErrorMax' : """ [[deprecated]] max number of errors [Algorithm] """,
66  'StopAtEventN' : """ After what event we stop profiling. If 0 than we also profile finalization stage. Default = 0. [IntelProfile] """,
67  'OutputLevel' : """ output level [Algorithm] """,
68  'AuditStart' : """ trigger auditor on start() [Algorithm] """,
69  'AuditReinitialize' : """ trigger auditor on reinitialize() [Algorithm] """,
70  'AuditInitialize' : """ trigger auditor on initialize() [Algorithm] """,
71  'AuditFinalize' : """ trigger auditor on finalize() [Algorithm] """,
72  'AuditBeginRun' : """ trigger auditor on beginRun() [Algorithm] """,
73  'AuditStop' : """ trigger auditor on stop() [Algorithm] """,
74  'AuditExecute' : """ trigger auditor on execute() [Algorithm] """,
75  'AuditEndRun' : """ trigger auditor on endRun() [Algorithm] """,
76  'NeededResources' : """ named resources needed during event looping [Algorithm] """,
77  'MonitorService' : """ name to use for Monitor Service [Algorithm] """,
78  'StartFromEventN' : """ After what event we start profiling. [IntelProfile] """,
79  'FilterCircularDependencies' : """ filter out circular data dependencies [Algorithm] """,
80  'RegisterForContextService' : """ flag to enforce the registration for Algorithm Context Service [Algorithm] """,
81  'Enable' : """ should the algorithm be executed or not [Algorithm] """,
82  'IsIOBound' : """ if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
83  'Cardinality' : """ how many clones to create - 0 means algo is reentrant [Algorithm] """,
84  }
85  def __init__(self, name = Configurable.DefaultName, **kwargs):
86  super(IntelProfile, self).__init__(name)
87  for n,v in kwargs.items():
88  setattr(self, n, v)
89  def getDlls( self ):
90  return 'GaudiIntelProfiling'
91  def getType( self ):
92  return 'IntelProfile'
93  pass # class IntelProfile
def __init__(self, name=Configurable.DefaultName, kwargs)