75#if !(defined(WIN32) || defined(__MINGW32__))
76# include <sys/times.h>
99 extern clock_t times(
struct tms*);
120 G4bool fValidTimes{
false};
121 using clock_type = std::chrono::high_resolution_clock;
122 std::chrono::time_point<clock_type> fStartRealTime, fEndRealTime;
123 tms fStartTimes, fEndTimes;
128#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