Name
mcTimeWT, mcTimeWTinit, mcTimeWTrel — Get wall time
Synopsis
#include <memcom.h>
float mcTimeWT();
void mcTimeWTinit();
float mcTimeWTrel();
Description
mcTimeWT
returns the elapsed time
('wall time') of the current job. The timer can be re-initialized
with mcTimeWTinit
.
mcTimeWTrel
returns the number of wall (or
elapsed) time seconds of the current job since the last call to
mcTimeWT
.