Visible to Intel only — GUID: GUID-A2EC9D1F-D576-4634-8C29-89EFE7865EC9
Visible to Intel only — GUID: GUID-A2EC9D1F-D576-4634-8C29-89EFE7865EC9
GETTIMEOFDAY
Portability Subroutine: Returns seconds and microseconds since 00:00 Jan 1, 1970.
Module
USE IFPORT
CALL GETTIMEOFDAY (ret, err)
ret |
(Output) INTEGER(4). One-dimensional array with 2 elements used to contain numeric time data. The elements of ret are returned as follows:
|
||||||
err |
(Output) INTEGER(4). |
If an error occurs, err contains a value equal to -1 and array ret contains zeros.
On Windows* systems, this subroutine has millisecond precision, and the last three digits of the returned value are not significant.