Skip to content
Snippets Groups Projects
Commit e1cf75a6 authored by Edward Moyse's avatar Edward Moyse Committed by Julien Maurer
Browse files

Add AccumulatorDecorator stats to RAWtoALL

Add AccumulatorDecorator stats to RAWtoALL
parent d994325f
4 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!572792022-10-05: daily merge of 22.0 into master,!57203Add AccumulatorDecorator stats to RAWtoALL
......@@ -124,6 +124,9 @@ def fromRunArgs(runArgs):
timeConfig = time.time()
log.info("configured in %d seconds", timeConfig - timeStart)
# Print sum information about AccumulatorCache performance
from AthenaConfiguration.AccumulatorCache import AccumulatorDecorator
AccumulatorDecorator.printStats()
# Run the final accumulator
sc = cfg.run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment