Improve cachability of ComponentAccumulator returned by IOVDbSvcCfg
Slightly refactor IOVDbSvcCfg to (dramatically) improve its cachability by AccumulatorCache.
The statistics in full reco:
Before:
RAWtoALL 15:01:16 AccumulatorCache | Hits (time) | Misses (time) |
RAWtoALL 15:01:16 ----------------------------------------------------------------------------------------------------------
RAWtoALL 15:01:16 IOVDbSvc.IOVDbSvcConfig.IOVDbSvcCfg | 37 ( 0.0s) | 53666 (27.5s) |
After:
RAWtoALL 15:51:49 AccumulatorCache | Hits (time) | Misses (time) |
RAWtoALL 15:51:49 ----------------------------------------------------------------------------------------------------------
RAWtoALL 15:51:49 IOVDbSvc.IOVDbSvcConfig.IOVDbSvcCfg | 53972 (15.4s) | 7 ( 0.0s) |
- Improve debug messages of AccumulatorCache
Edited by Walter Lampl