4 from AthenaCommon.AppMgr
import ServiceMgr
5 from PerfMonVTune.PerfMonVTuneConf
import VTuneProfilerService
6 ServiceMgr += VTuneProfilerService(
"VTuneProfilerService")
8 ServiceMgr.VTuneProfilerService.ResumeEvent = 10
11 theApp.CreateSvc.insert( 0,
"VTuneProfilerService/VTuneProfilerService" )
14 from AthenaCommon.Logging
import logging
15 log = logging.getLogger(
"VTuneProfileEventLoop_preInclude" )
16 log.info(
"The job's event loop will get profiling" )