public interface gettime
Author: Matthias Lieber
public interface gettime
subroutine gettimec (t)
integer (kind=i8k), intent(out) :: t
end subroutine gettimec
end interface gettime
Get the number of microseconds since the Epoch.
This is actually a C routine located in gettimec.c. It calls gettimeofday to retrieve the number of microseconds since the Epoch (00:00:00 UTC, January 1, 1970).
Note: The parameter t is a 64 bit integer.