]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCAInputDataCompressorComponent.h
extra benchmarks are added
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCAInputDataCompressorComponent.h
index 495ed712454157b7ea121afdc2a0b7fe3a01d421..fb2b11752b874f453d83f691fe266c570c093e33 100644 (file)
@@ -10,6 +10,8 @@
 #define ALIHLTTPCCAINPUTDATACOMPRESSORCOMPONENT_H
 
 #include "AliHLTProcessor.h"
+#include "AliHLTComponentBenchmark.h"
+
 class AliHLTTPCClusterData;
 
 /**
@@ -82,10 +84,7 @@ class AliHLTTPCCAInputDataCompressorComponent : public AliHLTProcessor
 
   private:
 
-    double fTotalTime; //* total time for DoEvent() [s]
-    double fTotalInputSize; //* total input size in [bytes]
-    double fTotalOutputSize; //* total output size in [bytes]
-    Long_t fNEvents;  //* number of reconstructed events
+  AliHLTComponentBenchmark fBenchmark; // benchmarks
 
     ClassDef( AliHLTTPCCAInputDataCompressorComponent, 0 );
 };