Print counters in Gaudi::Algorithm::finalize
Merge request reports
Activity
added 1 commit
- 9fd6bc55 - Print counters in Gaudi::Algorithm::finalize
mentioned in merge request lhcb/Rec!1619 (merged)
- Resolved by Marco Clemencic
assigned to @clemenci
changed milestone to %v32r1
added lhcb-gaudi-head label
- Resolved by Marco Clemencic
- [2019-07-05 10:19] Validation started with lhcb-gaudi-merge#789
- [2019-07-05 15:59] Validation started with lhcb-gaudi-merge#791
- [2019-07-06 00:03] Validation started with lhcb-lcg-dev3#947
- [2019-07-06 00:04] Validation started with lhcb-lcg-dev4#955
- [2019-07-06 00:04] Validation started with lhcb-sanitizers#298
- [2019-07-06 00:05] Validation started with lhcb-dd4hep#235
- [2019-07-06 00:05] Validation started with lhcb-test-throughput2#80
- [2019-07-06 00:08] Validation started with lhcb-gaudi-head#2309
- [2019-07-06 00:08] Validation started with lhcb-tdr-test#599
- [2019-07-06 00:18] Validation started with lhcb-run2-patches-dev4#6
- [2019-07-07 00:05] Validation started with lhcb-lcg-dev4#956
- [2019-07-07 00:07] Validation started with lhcb-test-throughput2#81
- [2019-07-07 00:08] Validation started with lhcb-lcg-dev3#948
- [2019-07-07 00:08] Validation started with lhcb-dd4hep#236
- [2019-07-07 00:08] Validation started with lhcb-sanitizers#299
- [2019-07-07 00:10] Validation started with lhcb-tdr-test#600
- [2019-07-07 00:15] Validation started with lhcb-run2-patches-dev4#7
- [2019-07-08 00:03] Validation started with lhcb-dd4hep#237
- [2019-07-08 00:04] Validation started with lhcb-lcg-dev4#957
- [2019-07-08 00:05] Validation started with lhcb-sanitizers#300
- [2019-07-08 00:05] Validation started with lhcb-lcg-dev3#949
- [2019-07-08 00:09] Validation started with lhcb-test-throughput2#82
- [2019-07-08 00:09] Validation started with lhcb-gaudi-head#2311
- [2019-07-08 00:14] Validation started with lhcb-tdr-test#601
- [2019-07-08 00:19] Validation started with lhcb-run2-patches-dev4#8
- [2019-07-09 00:03] Validation started with lhcb-dd4hep#238
- [2019-07-09 00:05] Validation started with lhcb-sanitizers#301
- [2019-07-09 00:06] Validation started with lhcb-test-throughput2#83
- [2019-07-09 00:07] Validation started with lhcb-lcg-dev3#950
- [2019-07-09 00:07] Validation started with lhcb-tdr-test#602
- [2019-07-09 00:07] Validation started with lhcb-gaudi-head#2312
- [2019-07-09 00:16] Validation started with lhcb-run2-patches-dev4#9
- [2019-07-10 00:05] Validation started with lhcb-sanitizers#302
- [2019-07-10 00:05] Validation started with lhcb-dd4hep#239
- [2019-07-10 00:06] Validation started with lhcb-lcg-dev3#951
- [2019-07-10 00:06] Validation started with lhcb-test-throughput2#84
- [2019-07-10 00:07] Validation started with lhcb-gaudi-head#2313
- [2019-07-10 00:08] Validation started with lhcb-lcg-dev4#959
- [2019-07-10 00:10] Validation started with lhcb-tdr-test#603
- [2019-07-10 00:19] Validation started with lhcb-run2-patches-dev4#10
Edited by Software for LHCbadded 1 commit
- 08f64e33 - Print counters in Gaudi::Algorithm::finalize
added 1 commit
- af237108 - Print counters in Gaudi::Algorithm::finalize
added 1 commit
- 6304526f - Print counters in Gaudi::Algorithm::finalize
added 1 commit
- 221cb9fb - Print counters in Gaudi::Algorithm::finalize
- Resolved by Gerhard Raven
added 1 commit
- 37e10244 - Print counters in Gaudi::Algorithm::finalize
576 576 sc = finalize(); 577 577 } 578 578 if ( sc.isSuccess() ) { 579 580 if ( hasCountersToBePrinted() ) { 581 auto& os = info() << "Counters:"; @clemenci This is not being recognised as counters printout in the nightlies log file post processing. I have the following diffs for an algorithm migrated from GaudiAlgorithm to Gaudi::Algorithm:
< VeloClusterTrac... INFO Counters: --- > VeloClusterTrac...SUCCESS Number of counters : 2 > | Counter | # | sum | mean/eff^* | rms/err^* | min | max |
And the nightlies log says
CountersMismatch
:Different set of algorithms in Counters Missing : VeloClusterTrac
And
Output Diff
+ VeloClusterTrac... INFO Counters: Legend: -) reference file +) standard output of the test
@sponce what is the signature that the log file comparison is looking for to recognise counters?
mentioned in commit lhcb/Rec@f9697861
mentioned in merge request lhcb/Brunel!844 (merged)
mentioned in merge request !946 (merged)
mentioned in merge request lhcb/LHCb!2032 (merged)
I extended this MR with !946 (merged), where I change the printout to be
VeloClusterTrac... INFO Number of counters : 2
and added lhcb/LHCb!2032 (merged) to accept both
SUCCESS
andINFO
levels (once lhcb-gaudi-merge#793 demonstrates it works I'll unWIP the LHCb MR).- [2019-07-11 00:04] Validation started with lhcb-lcg-dev4#960
- [2019-07-11 00:04] Validation started with lhcb-lcg-dev3#952
- [2019-07-11 00:06] Validation started with lhcb-gaudi-head#2314
- [2019-07-11 00:06] Validation started with lhcb-dd4hep#240
- [2019-07-11 00:08] Validation started with lhcb-tdr-test#604
- [2019-07-11 00:08] Validation started with lhcb-sanitizers#303
- [2019-07-11 00:09] Validation started with lhcb-test-throughput2#85
- [2019-07-11 00:18] Validation started with lhcb-run2-patches-dev4#11
- [2019-07-11 17:08] Validation started with lhcb-dd4hep#241
- [2019-07-12 00:03] Validation started with lhcb-lcg-dev3#953
- [2019-07-12 00:06] Validation started with lhcb-dd4hep#242
- [2019-07-12 00:06] Validation started with lhcb-test-throughput2#86
- [2019-07-12 00:06] Validation started with lhcb-gaudi-head#2315
- [2019-07-12 00:06] Validation started with lhcb-lcg-dev4#961
- [2019-07-12 00:13] Validation started with lhcb-tdr-test#605
- [2019-07-12 00:16] Validation started with lhcb-run2-patches-dev4#12
- [2019-07-12 15:20] Validation started with lhcb-dd4hep#243
- [2019-07-12 15:57] Validation started with lhcb-gaudi-head#2258
- [2019-07-12 16:09] Validation started with lhcb-gaudi-head#2257
- [2019-07-13 00:04] Validation started with lhcb-lcg-dev4#962
- [2019-07-13 00:05] Validation started with lhcb-sanitizers#305
- [2019-07-13 00:06] Validation started with lhcb-test-throughput2#87
- [2019-07-13 00:07] Validation started with lhcb-lcg-dev3#954
- [2019-07-13 00:07] Validation started with lhcb-dd4hep#244
- [2019-07-13 00:08] Validation started with lhcb-tdr-test#606
- [2019-07-13 00:09] Validation started with lhcb-gaudi-head#2316
- [2019-07-13 00:15] Validation started with lhcb-run2-patches-dev4#13
- [2019-07-14 00:04] Validation started with lhcb-dd4hep#245
- [2019-07-14 00:05] Validation started with lhcb-lcg-dev4#963
- [2019-07-14 00:05] Validation started with lhcb-lcg-dev3#955
- [2019-07-14 00:06] Validation started with lhcb-test-throughput2#88
- [2019-07-14 00:08] Validation started with lhcb-gaudi-head#2317
- [2019-07-14 00:08] Validation started with lhcb-tdr-test#607
- [2019-07-14 00:09] Validation started with lhcb-sanitizers#306
- [2019-07-14 00:18] Validation started with lhcb-run2-patches-dev4#14
- [2019-07-15 00:06] Validation started with lhcb-gaudi-head#2318
- [2019-07-15 00:07] Validation started with lhcb-dd4hep#246
- [2019-07-15 00:08] Validation started with lhcb-tdr-test#608
- [2019-07-15 00:08] Validation started with lhcb-lcg-dev4#964
- [2019-07-15 00:08] Validation started with lhcb-sanitizers#307
- [2019-07-15 00:09] Validation started with lhcb-test-throughput2#89
- [2019-07-15 00:16] Validation started with lhcb-run2-patches-dev4#15
- [2019-07-15 16:24] Validation started with lhcb-gaudi-head#2259
- [2019-07-16 00:05] Validation started with lhcb-lcg-dev4#965
- [2019-07-16 00:07] Validation started with lhcb-dd4hep#247
- [2019-07-16 00:08] Validation started with lhcb-lcg-dev3#957
- [2019-07-16 00:09] Validation started with lhcb-gaudi-head#2319
- [2019-07-16 00:11] Validation started with lhcb-test-throughput2#90
- [2019-07-16 00:11] Validation started with lhcb-sanitizers#308
- [2019-07-16 00:13] Validation started with lhcb-tdr-test#609
- [2019-07-16 00:17] Validation started with lhcb-run2-patches-dev4#16
Edited by Software for LHCbmentioned in merge request lhcb/Rec!1629 (merged)
mentioned in commit lhcb/Brunel@0ee10643
mentioned in commit lhcb/Rec@6e07c11c
mentioned in commit lhcb-nightlies/Gaudi@022170ff