12 #ifndef ROOT_TVirtualPerfStats 13 #define ROOT_TVirtualPerfStats 53 virtual void PacketEvent(
const char *slave,
const char *slavename,
const char *filename,
58 virtual void FileEvent(
const char *slave,
const char *slavename,
const char *nodename,
59 const char *filename,
Bool_t isStart) = 0;
77 virtual void SetLoaded(
size_t bi,
size_t basketNumber) = 0;
79 virtual void SetLoadedMiss(
size_t bi,
size_t basketNumber) = 0;
81 virtual void SetMissed(
size_t bi,
size_t basketNumber) = 0;
83 virtual void SetUsed(
size_t bi,
size_t basketNumber) = 0;
93 #define gPerfStats (TVirtualPerfStats::CurrentPerfStats()) 95 #elif defined(__MAKECINT__) virtual void UnzipEvent(TObject *tree, Long64_t pos, Double_t start, Int_t complen, Int_t objlen)=0
virtual void SetUsed(TBranch *b, size_t basketNumber)=0
virtual void SetMissed(TBranch *b, size_t basketNumber)=0
virtual void RateEvent(Double_t proctime, Double_t deltatime, Long64_t eventsprocessed, Long64_t bytesRead)=0
Provides the interface for the PROOF internal performance measurement and event tracing.
static TVirtualPerfStats *& CurrentPerfStats()
Return the current ROOT perf stats if any.
static const char * EventType(EEventType type)
Return the name of the event type.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
virtual void PacketEvent(const char *slave, const char *slavename, const char *filename, Long64_t eventsprocessed, Double_t latency, Double_t proctime, Double_t cputime, Long64_t bytesRead)=0
virtual void SetLoaded(TBranch *b, size_t basketNumber)=0
virtual Long64_t GetBytesRead() const =0
virtual void SimpleEvent(EEventType type)=0
#define ClassDef(name, id)
virtual ~TVirtualPerfStats()
virtual void SetBytesRead(Long64_t num)=0
virtual void PrintBasketInfo(Option_t *option="") const =0
virtual Long64_t GetNumEvents() const =0
virtual void FileReadEvent(TFile *file, Int_t len, Double_t start)=0
virtual void UpdateBranchIndices(TObjArray *branches)=0
Mother of all ROOT objects.
virtual void SetLoadedMiss(TBranch *b, size_t basketNumber)=0
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
A TTree is a list of TBranches.
virtual void FileEvent(const char *slave, const char *slavename, const char *nodename, const char *filename, Bool_t isStart)=0
virtual void FileOpenEvent(TFile *file, const char *filename, Double_t start)=0
virtual void SetNumEvents(Long64_t num)=0