#include <G4Timer.hh>
Definition at line 110 of file G4Timer.hh.
◆ G4Timer()
◆ GetClockTime()
const char* G4Timer::GetClockTime |
( |
| ) |
const |
|
inline |
◆ GetRealElapsed()
G4double G4Timer::GetRealElapsed |
( |
| ) |
const |
Definition at line 107 of file G4Timer.cc.
111 G4Exception(
"G4Timer::GetRealElapsed()",
"InvalidCondition",
115 return diff/sysconf(_SC_CLK_TCK);
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ GetSystemElapsed()
G4double G4Timer::GetSystemElapsed |
( |
| ) |
const |
Definition at line 119 of file G4Timer.cc.
123 G4Exception(
"G4Timer::GetSystemElapsed()",
"InvalidCondition",
127 return diff/sysconf(_SC_CLK_TCK);
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ GetUserElapsed()
G4double G4Timer::GetUserElapsed |
( |
| ) |
const |
Definition at line 130 of file G4Timer.cc.
134 G4Exception(
"G4Timer::GetUserElapsed()",
"InvalidCondition",
138 return diff/sysconf(_SC_CLK_TCK);
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
◆ IsValid()
G4bool G4Timer::IsValid |
( |
| ) |
const |
|
inline |
◆ Start()
◆ Stop()
◆ fEndRealTime
clock_t G4Timer::fEndRealTime |
|
private |
◆ fEndTimes
◆ fStartRealTime
clock_t G4Timer::fStartRealTime |
|
private |
◆ fStartTimes
◆ fValidTimes
The documentation for this class was generated from the following files: