Skip to content
Snippets Groups Projects
Commit 38eb9d1a authored by Julien Maurer's avatar Julien Maurer
Browse files

Merge branch '22.0_add_acccache_stats_to_r2a' into '22.0'

Add AccumulatorDecorator stats to RAWtoALL

See merge request !57203
parents 3f7830e0 e1cf75a6
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