Index: trunk/MagicSoft/Mars/mfileio/MReadReports.cc
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MReadReports.cc	(revision 3336)
+++ trunk/MagicSoft/Mars/mfileio/MReadReports.cc	(revision 3497)
@@ -375,7 +375,7 @@
 // PrintStatistics of this task and of the MReadTree tasks in fTress
 //
-void MReadReports::PrintStatistics(const Int_t lvl, Bool_t title) const
-{
-    MRead::PrintStatistics(lvl, title);
-    fTrees->PrintStatistics(lvl, title);
-}
+void MReadReports::PrintStatistics(const Int_t lvl, Bool_t title, Double_t time) const
+{
+    MRead::PrintStatistics(lvl, title, time);
+    fTrees->PrintStatistics(lvl, title, GetCpuTime());
+}
Index: trunk/MagicSoft/Mars/mfileio/MReadReports.h
===================================================================
--- trunk/MagicSoft/Mars/mfileio/MReadReports.h	(revision 3336)
+++ trunk/MagicSoft/Mars/mfileio/MReadReports.h	(revision 3497)
@@ -55,5 +55,5 @@
     void  AddToBranchList(const char *name);
 
-    void  PrintStatistics(const Int_t lvl=0, Bool_t title=kFALSE) const;
+    void  PrintStatistics(const Int_t lvl=0, Bool_t title=kFALSE, Double_t time=0) const;
 
     void  EnableAutoScheme(Bool_t e=kTRUE) { fEnableAutoScheme = e; } // Must be called BEFORE AddTree!
