![]() |
The Gaudi Framework
v36r7 (7f57a304)
|
Variables | |
| OutputLevel | |
| alg1 = CpuHungryAlg("Alg1") | |
| alg2 = CpuHungryAlg("Alg2") | |
| alg3 = CpuHungryAlg("Alg3") | |
| alg4 = CpuHungryAlg("Alg4") | |
| Loops | |
| subtop = Sequencer("SubSequence", Members=[alg1, alg2, alg3], StopOverride=True) | |
| top = Sequencer("TopSequence", Members=[subtop, alg4], StopOverride=True) | |
| profiler = IntelProfilerAuditor() | |
| StartFromEventN | |
| StopAtEventN | |
| ComponentsForTaskTypes | |
| IncludeAlgorithms | |
| ExcludeAlgorithms | |
| EvtMax | |
| EvtSel | |
| HistogramPersistency | |
| TopAlg | |
| AuditAlgorithms | |
| IntelProfiler.alg1 = CpuHungryAlg("Alg1") |
Definition at line 18 of file IntelProfiler.py.
| IntelProfiler.alg2 = CpuHungryAlg("Alg2") |
Definition at line 19 of file IntelProfiler.py.
| IntelProfiler.alg3 = CpuHungryAlg("Alg3") |
Definition at line 20 of file IntelProfiler.py.
| IntelProfiler.alg4 = CpuHungryAlg("Alg4") |
Definition at line 21 of file IntelProfiler.py.
| IntelProfiler.AuditAlgorithms |
Definition at line 42 of file IntelProfiler.py.
| IntelProfiler.ComponentsForTaskTypes |
Definition at line 32 of file IntelProfiler.py.
| IntelProfiler.EvtMax |
Definition at line 38 of file IntelProfiler.py.
| IntelProfiler.EvtSel |
Definition at line 39 of file IntelProfiler.py.
| IntelProfiler.ExcludeAlgorithms |
Definition at line 34 of file IntelProfiler.py.
| IntelProfiler.HistogramPersistency |
Definition at line 40 of file IntelProfiler.py.
| IntelProfiler.IncludeAlgorithms |
Definition at line 33 of file IntelProfiler.py.
| IntelProfiler.Loops |
Definition at line 23 of file IntelProfiler.py.
| IntelProfiler.OutputLevel |
Definition at line 16 of file IntelProfiler.py.
| IntelProfiler.profiler = IntelProfilerAuditor() |
Definition at line 28 of file IntelProfiler.py.
| IntelProfiler.StartFromEventN |
Definition at line 30 of file IntelProfiler.py.
| IntelProfiler.StopAtEventN |
Definition at line 31 of file IntelProfiler.py.
Definition at line 25 of file IntelProfiler.py.
Definition at line 26 of file IntelProfiler.py.
| IntelProfiler.TopAlg |
Definition at line 41 of file IntelProfiler.py.