13#include "TGLIncludes.h" 
   90      LARGE_INTEGER counter;
 
  103   uli.LowPart  = 
ft.dwLowDateTime;
 
  104   uli.HighPart = 
ft.dwHighDateTime;
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Double_t fLastRun
end time (millisec)
 
TGLStopwatch()
Construct stopwatch object.
 
void Start()
Start timing.
 
Double_t Lap() const
Return lap time since Start(), in milliseconds.
 
Double_t fEnd
start time (millisec)
 
Double_t GetClock(void) const
time of last run (milisec)
 
Double_t End()
End timing, return total time since Start(), in milliseconds.
 
virtual ~TGLStopwatch()
Destroy stopwatch object.