Time System Interface¶
Interface to the Time Operating System functionality.
These routines provide support for accessing real (watch) time and process execution time (run-time). In order to match routines such as gethrtime() time is stored internally in intervals of nanoseconds.
Define:¶
Functions:¶
1. void Yap_ReInitWTime(void):
1. void Yap_InitTimePreds(void):
Var:¶
1. uint64_t Yap_StartOfWTimes: : In Unix/Linux/OSX use getrusage to obtain user/sys time.
UT when yap started.
in WIN32 use GetProocessTimes