]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/src/AliL3Benchmark.cxx
Added support for NEWIO, merged cern-hlt tree, updated to latest track candidate...
[u/mrichter/AliRoot.git] / HLT / src / AliL3Benchmark.cxx
index 172ad92c5c328f0796491a11f856e9a44347c9a6..90612e0ebc24a3dcdb6a5a204341f1ddad70b311 100644 (file)
@@ -140,7 +140,7 @@ void AliL3Benchmark::Stop(const char *name)
    }
 }
 
-void AliL3Benchmark::Analyze(const char* name){
+void AliL3Benchmark::Analyze(const Char_t* name){
   Float_t *x = new Float_t[fNbench]; 
   Float_t *y = new Float_t[fNbench];
   Float_t *eyl = new Float_t[fNbench]; 
@@ -160,7 +160,7 @@ void AliL3Benchmark::Analyze(const char* name){
 #else
     fprintf(f,"%2d. %s: ",i+1,fNames[i].Data());
 #endif
-    fprintf(f,"%4.0f -%4.0f +%4.0f ms\n",av*1000,eyl[i],eyh[i]);
+    fprintf(f,"total %4.0f patch %4.0f -%4.0f +%4.0f ms\n",fSum[i],av*1000,eyl[i],eyh[i]);
   }
   fclose(f);
   sprintf(filename,"%s.tmp",name);