12 #ifndef ROOT_TGLStopwatch 13 #define ROOT_TGLStopwatch 55 #endif // ROOT_TGLStopwatch
Double_t fEnd
start time (millisec)
void Start()
Start timing.
Stopwatch object for timing GL work.
#define ClassDef(name, id)
TGLStopwatch()
Construct stopwatch object.
Double_t Lap() const
Return lap time since Start(), in milliseconds.
Double_t fLastRun
end time (millisec)
virtual ~TGLStopwatch()
Destroy stopwatch object.
Double_t End()
End timing, return total time since Start(), in milliseconds.
Double_t GetClock(void) const
time of last run (milisec)