3 from PerfMonVTune.PerfMonVTuneConf
import VTuneProfilerService
as _VTuneProfilerService
11 def __init__( self, name = "VTuneProfilerService", **kwargs ):
13 super( VTuneProfilerService, self ).
__init__( **kwargs )
16 from AthenaCommon.AppMgr
import theApp
17 theApp.AuditAlgorithms =
True
18 theApp.AuditTools =
True
19 theApp.AuditServices =
True
22 theApp.CreateSvc.insert( 0,
"VTuneProfilerService/VTuneProfilerService" )