ATLAS Offline Software
disableChronoStatSvcPrintout.py
Go to the documentation of this file.
1 #-------------------------------------------------------------
2 # Disable overly verbose and problematic ChronoStatSvc print-out
3 #-------------------------------------------------------------
4 if 'ChronoAuditor/ChronoAuditor' in svcMgr.AuditorSvc.Auditors:
5  svcMgr.AuditorSvc.Auditors.remove("ChronoAuditor/ChronoAuditor")
6 
7 if hasattr(svcMgr, 'ChronoStatSvc'):
8  svcMgr.ChronoStatSvc.ChronoPrintOutTable = False
9  svcMgr.ChronoStatSvc.StatPrintOutTable = False
10  svcMgr.ChronoStatSvc.PrintUserTime = False