Skip to content
Snippets Groups Projects

MainServicesCfg: Set up ValkyrieProfilerSvc if requested via flag

Merged Walter Lampl requested to merge wlampl/athena:ValkyrieInMainServices into 23.0
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -289,6 +289,11 @@ def MainServicesCfg(flags, LoopMgr='AthenaEventLoopMgr'):
elif LoopMgr == 'AthenaEventLoopMgr':
cfg.merge(AthenaEventLoopMgrCfg(flags))
if len(flags.PerfMon.Valgrind.ProfiledAlgs)>0:
from Valkyrie.PerfMonValkyrieConfig import ValkyrieProfilerServiceCfg
cfg.merge(ValkyrieProfilerServiceCfg(flags))
return cfg
Loading