12#ifndef ROOT_TProofProgressStatus 
   13#define ROOT_TProofProgressStatus 
#define ClassDefOverride(name, id)
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Mother of all ROOT objects.
 
Container class for processing statistics.
 
void SetLastUpdate(Double_t updtTime=0)
Update time stamp either with the passed value (if > 0) or with the current time.
 
Double_t GetLearnTime() const
 
Double_t GetProcTime() const
 
Long64_t GetReadCalls() const
 
Double_t GetLastUpdate() const
 
TProofProgressStatus & operator-=(const TProofProgressStatus &st)
'-=' operator
 
void SetProcTime(Double_t procTime)
 
TProofProgressStatus operator-(TProofProgressStatus &st)
'-' operator
 
void SetEntries(Long64_t entries)
 
void SetLastProcTime(Double_t procTime)
 
void IncBytesRead(Long64_t bytesRead)
 
TProofProgressStatus & operator+=(const TProofProgressStatus &st)
'+=' operator
 
void SetBytesRead(Long64_t bytesRead)
 
void IncReadCalls(Long64_t readCalls)
 
Long64_t GetEntries() const
 
Double_t GetCurrentRate() const
Get current rate. Rteunr the average rate if the current is not defined.
 
void SetLastEntries(Long64_t entries)
 
Double_t GetCPUTime() const
 
void Print(Option_t *option="") const override
Dump the content.
 
TProofProgressStatus(Long64_t fEntries=0, Long64_t fBytesRead=0, Long64_t fReadCalls=0, Double_t fProcTime=0, Double_t fCPUTime=0)
Main and default constructor.
 
void SetCPUTime(Double_t procTime)
 
void SetLearnTime(Double_t learnTime)
 
void IncEntries(Long64_t entries=1)
 
void IncCPUTime(Double_t procTime)
 
void IncProcTime(Double_t procTime)
 
void SetReadCalls(Long64_t readCalls)
 
Long64_t GetBytesRead() const