Skip to content
Snippets Groups Projects

Add AccumulatorDecorator stats to RAWtoALL

Merged Edward Moyse requested to merge emoyse/athena:22.0_add_acccache_stats_to_r2a into 22.0
All threads resolved!
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -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()
Loading