80#ifndef G4SLICE_TIMER_HH
81#define G4SLICE_TIMER_HH
85# include <sys/times.h>
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"
std::ostream & operator<<(std::ostream &os, const G4SliceTimer &t)
G4double GetUserElapsed() const
G4double GetSystemElapsed() const
G4double GetRealElapsed() const