]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTDataTypes.h
expanding compnent statistic structure to store cycle time
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTDataTypes.h
index ef2410b8546d968a1ee334ad29dcafc69861ba90..f66434d6819b4e670c48bcf115fb7f60456836d2 100644 (file)
  *           kAliHLTMCObjectDataType added
  *           kAliHLTDataOriginOffline added
  *           kAliHLTDataOriginHLT added
+ *  11       extended AliHLTComponentStatistics: one more member to store the
+ *           cycle time between events per component.
  */
-#define ALIHLT_DATA_TYPES_VERSION 10
+#define ALIHLT_DATA_TYPES_VERSION 11
 
 //////////////////////////////////////////////////////////////////////////
 //
@@ -562,6 +564,9 @@ extern "C" {
    * fLevel is retrieved from incoming block statistics and incremented. 
    * Incoming block statistics are appended to the newly added one if
    * --enable-compstat=full has been chosen.
+   *
+   * ChangeLog:
+   *   2009-01-14 fComponentCycleTime added
    */
   struct AliHLTComponentStatistics
   {
@@ -574,6 +579,7 @@ extern "C" {
     AliHLTUInt32_t fTotalInputSize;
     AliHLTUInt32_t fOutputBlockCount;
     AliHLTUInt32_t fTotalOutputSize;
+    AliHLTUInt32_t fComponentCycleTime;
   };
 
   /**