76# include <sys/times.h>
99 extern clock_t times(
struct tms*);
110 using clock_type = std::chrono::high_resolution_clock;
125 std::chrono::time_point<clock_type> fStartRealTime, fEndRealTime;
126 tms fStartTimes, fEndTimes;
131#include "G4Timer.icc"
std::ostream & operator<<(std::ostream &os, const G4Timer &t)
G4double GetSystemElapsed() const
const char * GetClockTime() const
G4double GetUserElapsed() const
G4double GetRealElapsed() const