high precision timer
More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/phool/PHTimer.h>
|
static void | PRINT (std::ostream &os=std::cout, const std::string &message="") |
| print a message (formated) to a stream More...
|
|
high precision timer
high precision timer
Definition at line 24 of file PHTimer.h.
◆ State
enum for timer state
Definition at line 29 of file PHTimer.h.
◆ PHTimer()
PHTimer::PHTimer |
( |
const std::string & |
name = "Generic Timer" | ) |
|
|
inline |
Construct with a name.
Definition at line 40 of file PHTimer.h.
◆ elapsed()
double PHTimer::elapsed |
( |
void |
| ) |
const |
|
inline |
retrieve elapsed value since last restart (in ms)
Definition at line 116 of file PHTimer.h.
References RUN.
Referenced by print(), and stop().
◆ get_accumulated_time()
double PHTimer::get_accumulated_time |
( |
void |
| ) |
const |
|
inline |
get cumulated time
Definition at line 104 of file PHTimer.h.
◆ get_name()
std::string PHTimer::get_name |
( |
void |
| ) |
const |
|
inline |
◆ get_ncycle()
unsigned int PHTimer::get_ncycle |
( |
void |
| ) |
const |
|
inline |
get number of cycles
Definition at line 108 of file PHTimer.h.
◆ get_state()
State PHTimer::get_state |
( |
void |
| ) |
const |
|
inline |
access timer state
Definition at line 36 of file PHTimer.h.
◆ get_time_per_cycle()
double PHTimer::get_time_per_cycle |
( |
void |
| ) |
const |
|
inline |
get averaged time/cycle
Definition at line 112 of file PHTimer.h.
◆ print()
void PHTimer::print |
( |
std::ostream & |
os = std::cout | ) |
const |
|
inline |
◆ PRINT()
void PHTimer::PRINT |
( |
std::ostream & |
os = std::cout , |
|
|
const std::string & |
message = "" |
|
) |
| |
|
static |
◆ print_stat()
void PHTimer::print_stat |
( |
std::ostream & |
os = std::cout | ) |
const |
|
inline |
◆ reset()
◆ restart()
void PHTimer::restart |
( |
| ) |
|
|
inline |
◆ set_name()
void PHTimer::set_name |
( |
const std::string & |
name | ) |
|
|
inline |
Set timer name.
Definition at line 96 of file PHTimer.h.
◆ stop()
◆ test()
void PHTimer::test |
( |
double |
time, |
|
|
std::ostream & |
os = std::cout |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files:
- /dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/phool/PHTimer.h
- /dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/phool/PHTimer.cc