#include <AlpsTime.h>
Definition at line 64 of file AlpsTime.h.
◆ AlpsTimer() [1/2]
◆ AlpsTimer() [2/2]
AlpsTimer::AlpsTimer |
( |
double |
lt | ) |
|
|
inline |
◆ ~AlpsTimer()
AlpsTimer::~AlpsTimer |
( |
| ) |
|
|
inline |
◆ reset()
void AlpsTimer::reset |
( |
| ) |
|
|
inline |
◆ start()
void AlpsTimer::start |
( |
| ) |
|
|
inline |
◆ stop()
Stop timer and computing times.
Definition at line 106 of file AlpsTime.h.
◆ setLimit()
void AlpsTimer::setLimit |
( |
double |
lm | ) |
|
|
inline |
◆ getLimit()
double AlpsTimer::getLimit |
( |
| ) |
const |
|
inline |
◆ getCpuTime()
double AlpsTimer::getCpuTime |
( |
| ) |
|
|
inline |
◆ getWallClockTime()
double AlpsTimer::getWallClockTime |
( |
| ) |
|
|
inline |
◆ getTime()
double AlpsTimer::getTime |
( |
| ) |
|
|
inline |
Get time depends on clock type.
Definition at line 133 of file AlpsTime.h.
◆ getClockType()
int AlpsTimer::getClockType |
( |
| ) |
|
|
inline |
◆ setClockType()
void AlpsTimer::setClockType |
( |
int |
ct | ) |
|
|
inline |
◆ reachCpuLimit()
bool AlpsTimer::reachCpuLimit |
( |
| ) |
|
|
inline |
Check if cpu time reach limit.
Definition at line 153 of file AlpsTime.h.
◆ reachWallLimit()
bool AlpsTimer::reachWallLimit |
( |
| ) |
|
|
inline |
Check if wallclock time reach limit.
Definition at line 165 of file AlpsTime.h.
◆ clockType_
int AlpsTimer::clockType_ |
◆ limit_
◆ startCpu_
double AlpsTimer::startCpu_ |
◆ startWall_
double AlpsTimer::startWall_ |
◆ finishCpu_
double AlpsTimer::finishCpu_ |
◆ finishWall_
double AlpsTimer::finishWall_ |
◆ cpu_
◆ wall_
The documentation for this class was generated from the following file: