library: libProof #include "TPerfStats.h" |
TPerfEvent
class description - header file - source file - inheritance tree (.pdf)
public:
TPerfEvent(TTimeStamp* offset = 0)
TPerfEvent(const TPerfEvent&)
virtual ~TPerfEvent()
static TClass* Class()
virtual Int_t Compare(const TObject* obj) const
virtual TClass* IsA() const
virtual Bool_t IsSortable() const
TPerfEvent& operator=(const TPerfEvent&)
virtual void Print(Option_t* option = "") const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
public:
TString fEvtNode node on which the event was generated
TTimeStamp fTimeStamp time offset from start of run
TVirtualPerfStats::EEventType fType
TString fSlaveName
TString fNodeName
TString fFileName
TString fFileClass
TString fSlave
Long64_t fEventsProcessed
Long64_t fBytesRead
Long64_t fLen
Double_t fLatency
Double_t fProcTime
Double_t fCpuTime
Bool_t fIsStart
Bool_t fIsOk
TPerfStats
Provides the interface for the PROOF internal performance measurment
and event tracing.
Int_t Compare(const TObject *obj)
Compare method. Must return -1 if this is smaller than obj,
0 if objects are equal and 1 if this is larger than obj.
Author: Kristjan Gulbrandsen 11/05/04
Last update: root/proof:$Name: $:$Id: TPerfStats.cxx,v 1.8 2006/06/01 16:26:57 rdm Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.