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
No related branches found
No related tags found
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): ...@@ -124,6 +124,9 @@ def fromRunArgs(runArgs):
timeConfig = time.time() timeConfig = time.time()
log.info("configured in %d seconds", timeConfig - timeStart) 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 # Run the final accumulator
sc = cfg.run() 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