80 #ifndef G4SLICE_TIMER_HH 
   81 #define G4SLICE_TIMER_HH 
   85 #  include <sys/times.h> 
   88 #  define _SC_CLK_TCK    1 
  104       extern clock_t 
times(
struct tms *);
 
  128     clock_t fStartRealTime,fEndRealTime;
 
  129     tms fStartTimes,fEndTimes;
 
  130     G4double fRealElapsed,fSystemElapsed,fUserElapsed;
 
  135 #include "G4SliceTimer.icc" 
  137 #define times ostimes 
G4double GetUserElapsed() const 
 
G4double GetRealElapsed() const 
 
G4double GetSystemElapsed() const 
 
std::ostream & operator<<(std::ostream &, const BasicVector3D< float > &)