Go to the source code of this file.
Compounds | |
struct | wkfmsgtimer |
Defines | |
#define | WKF_UTILS_INC 1 |
Typedefs | |
typedef void * | wkf_timerhandle |
a timer handle. More... | |
Functions | |
wkf_timerhandle | wkf_timer_create (void) |
create a timer (clears timer). More... | |
void | wkf_timer_destroy (wkf_timerhandle) |
create a timer (clears timer). More... | |
void | wkf_timer_start (wkf_timerhandle) |
start a timer (clears timer). More... | |
void | wkf_timer_stop (wkf_timerhandle) |
stop a timer. More... | |
double | wkf_timer_time (wkf_timerhandle) |
report elapsed time in seconds. More... | |
double | wkf_timer_timenow (wkf_timerhandle) |
report elapsed time in seconds. More... | |
double | wkf_timer_start_time (wkf_timerhandle) |
report wall starting time. More... | |
double | wkf_timer_stop_time (wkf_timerhandle) |
report wall stopping time. More... | |
wkfmsgtimer * | wkf_msg_timer_create (double updatetime) |
initialize periodic status message timer. More... | |
int | wkf_msg_timer_timeout (wkfmsgtimer *time) |
return true if it's time to print a status update message. More... | |
void | wkf_msg_timer_destroy (wkfmsgtimer *mt) |
destroy message timer. More... |
Definition in file WKFUtils.h.
|
Definition at line 56 of file WKFUtils.h. |
|
|
initialize periodic status message timer.
Definition at line 191 of file WKFUtils.C. Referenced by bondsearchthread, cudaenergythread, energythread, measure_cluster, measure_gofr, openclenergythread, and vmd_gridsearch1. |
|
destroy message timer.
Definition at line 217 of file WKFUtils.C. Referenced by bondsearchthread, cudaenergythread, energythread, measure_cluster, measure_gofr, openclenergythread, and vmd_gridsearch1. |
|
return true if it's time to print a status update message.
Definition at line 203 of file WKFUtils.C. Referenced by bondsearchthread, cudaenergythread, energythread, measure_cluster, measure_gofr_orth, openclenergythread, and vmd_gridsearch1. |
|
create a timer (clears timer).
Definition at line 174 of file WKFUtils.C. |
|
|
|
report wall starting time.
Definition at line 155 of file WKFUtils.C. |
|
|
report wall stopping time.
Definition at line 163 of file WKFUtils.C. |
|
|