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 at line 43 of file WKFUtils.h. |
|
|
|
initialize periodic status message timer.
Definition at line 178 of file WKFUtils.C. Referenced by bondsearchthread, cudaenergythread, energythread, measure_gofr, openclenergythread, and vmd_gridsearch1. |
|
|
destroy message timer.
Definition at line 204 of file WKFUtils.C. Referenced by bondsearchthread, cudaenergythread, energythread, measure_gofr, openclenergythread, and vmd_gridsearch1. |
|
|
return true if it's time to print a status update message.
Definition at line 190 of file WKFUtils.C. Referenced by bondsearchthread, cudaenergythread, energythread, measure_gofr_orth, openclenergythread, and vmd_gridsearch1. |
|
|
create a timer (clears timer).
Definition at line 161 of file WKFUtils.C. |
|
|
create a timer (clears timer).
Definition at line 168 of file WKFUtils.C. Referenced by Orbital::calculate_mo, VolMapCreateILS::compute, VolMapCreate::compute_all, ComputeOccupancyMap_calculate_slab, cuda_occupancy_thread, cudabusbw, cudaenergythread, cudamaddgflops, energythread, Symmetry::guess, openclenergythread, stream_bench, vmd_cuda_devpool_latency, vmd_cuda_vol_cpotential, vmd_opencl_vol_cpotential, vol_cpotential, vol_cpotential_cpu, wkf_msg_timer_destroy, and CoorPluginData::~CoorPluginData. |
|
|
start a timer (clears timer).
Definition at line 124 of file WKFUtils.C. Referenced by Orbital::calculate_mo, VolMapCreateILS::compute, VolMapCreate::compute_all, ComputeOccupancyMap_calculate_slab, CoorPluginData::CoorPluginData, cuda_occupancy_thread, cudabusbw, cudaenergythread, cudamaddgflops, energythread, Symmetry::guess, openclenergythread, stream_bench, vmd_cuda_devpool_latency, vmd_cuda_vol_cpotential, vmd_opencl_vol_cpotential, vol_cpotential, vol_cpotential_cpu, wkf_msg_timer_create, and wkf_msg_timer_timeout. |
|
|
report wall starting time.
Definition at line 142 of file WKFUtils.C. |
|
|
stop a timer.
Definition at line 129 of file WKFUtils.C. Referenced by Orbital::calculate_mo, VolMapCreate::compute_all, cudabusbw, cudamaddgflops, Symmetry::guess, stream_bench, vmd_cuda_devpool_latency, vmd_cuda_vol_cpotential, vmd_opencl_vol_cpotential, vol_cpotential_cpu, and wkf_timer_timenow. |
|
|
report wall stopping time.
Definition at line 150 of file WKFUtils.C. |
|
|
report elapsed time in seconds.
Definition at line 134 of file WKFUtils.C. Referenced by Orbital::calculate_mo, VolMapCreate::compute_all, cudabusbw, cudamaddgflops, Symmetry::guess, stream_bench, vmd_cuda_devpool_latency, vmd_cuda_vol_cpotential, vmd_opencl_vol_cpotential, vol_cpotential_cpu, and wkf_timer_timenow. |
|
|
report elapsed time in seconds.
Definition at line 172 of file WKFUtils.C. Referenced by VolMapCreateILS::compute, ComputeOccupancyMap_calculate_slab, cuda_occupancy_thread, cudaenergythread, energythread, CoorPluginData::next, openclenergythread, vol_cpotential, and wkf_msg_timer_timeout. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002