The Gaudi Framework  v36r9p1 (5c15b2bb)
IntelProfiler Namespace Reference

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
 

Variable Documentation

◆ alg1

IntelProfiler.alg1 = CpuHungryAlg("Alg1")

Definition at line 18 of file IntelProfiler.py.

◆ alg2

IntelProfiler.alg2 = CpuHungryAlg("Alg2")

Definition at line 19 of file IntelProfiler.py.

◆ alg3

IntelProfiler.alg3 = CpuHungryAlg("Alg3")

Definition at line 20 of file IntelProfiler.py.

◆ alg4

IntelProfiler.alg4 = CpuHungryAlg("Alg4")

Definition at line 21 of file IntelProfiler.py.

◆ AuditAlgorithms

IntelProfiler.AuditAlgorithms

Definition at line 42 of file IntelProfiler.py.

◆ ComponentsForTaskTypes

IntelProfiler.ComponentsForTaskTypes

Definition at line 32 of file IntelProfiler.py.

◆ EvtMax

IntelProfiler.EvtMax

Definition at line 38 of file IntelProfiler.py.

◆ EvtSel

IntelProfiler.EvtSel

Definition at line 39 of file IntelProfiler.py.

◆ ExcludeAlgorithms

IntelProfiler.ExcludeAlgorithms

Definition at line 34 of file IntelProfiler.py.

◆ HistogramPersistency

IntelProfiler.HistogramPersistency

Definition at line 40 of file IntelProfiler.py.

◆ IncludeAlgorithms

IntelProfiler.IncludeAlgorithms

Definition at line 33 of file IntelProfiler.py.

◆ Loops

IntelProfiler.Loops

Definition at line 23 of file IntelProfiler.py.

◆ OutputLevel

IntelProfiler.OutputLevel

Definition at line 16 of file IntelProfiler.py.

◆ profiler

IntelProfiler.profiler = IntelProfilerAuditor()

Definition at line 28 of file IntelProfiler.py.

◆ StartFromEventN

IntelProfiler.StartFromEventN

Definition at line 30 of file IntelProfiler.py.

◆ StopAtEventN

IntelProfiler.StopAtEventN

Definition at line 31 of file IntelProfiler.py.

◆ subtop

IntelProfiler.subtop = Sequencer("SubSequence", Members=[alg1, alg2, alg3], StopOverride=True)

Definition at line 25 of file IntelProfiler.py.

◆ top

IntelProfiler.top = Sequencer("TopSequence", Members=[subtop, alg4], StopOverride=True)

Definition at line 26 of file IntelProfiler.py.

◆ TopAlg

IntelProfiler.TopAlg

Definition at line 41 of file IntelProfiler.py.