]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bugfix: stopwatches for HLT benchmarks had been resumed at wrong point and measuremen...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 11 Oct 2008 15:50:45 +0000 (15:50 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 11 Oct 2008 15:50:45 +0000 (15:50 +0000)
HLT/BASE/AliHLTSystem.cxx

index 184ce14037273ef8e6a51b80ede7461826db2880..7e23c4da8d0362136446080e369315ba64e0aaa6 100644 (file)
@@ -389,7 +389,10 @@ int AliHLTSystem::Run(Int_t iNofEvents, int bStop)
       if (fEventCount==0) {
        InitBenchmarking(fStopwatches);
       } else {
-       ResumeBenchmarking(fStopwatches);    
+       // Matthias Oct 11 2008 this is a bug
+       // By resuming the stopwatches at this point, all continued counting, but the
+       // starting and stopping is controlled by the AliHLTStopwatchGuard
+       //ResumeBenchmarking(fStopwatches);    
       }
       for (int i=fEventCount; i<fEventCount+iNofEvents && iResult>=0; i++) {
        if (fpHLTOUTTask) {