diff --git a/Reconstruction/RecJobTransforms/python/RAWtoALL_Skeleton.py b/Reconstruction/RecJobTransforms/python/RAWtoALL_Skeleton.py index 1fbf4afaaefc0235a5e3c53fb2934070729e99dd..8c4d92ca49e9b7a46f749339457f5d5fb5169526 100644 --- a/Reconstruction/RecJobTransforms/python/RAWtoALL_Skeleton.py +++ b/Reconstruction/RecJobTransforms/python/RAWtoALL_Skeleton.py @@ -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()