Platform | x64, Win32 |
Purpose |
To get a time in seconds. |
Syntax |
SUBROUTINE DCLOCK@(R)
|
Description |
This routine is usually used to time a process as shown in the example for CLOCK@. This routine differs from CLOCK@ only in that its argument is REAL (KIND=2). Its main purpose is for use in conjunction with /DREAL, when all variables declared REAL (KIND=1) are actually compiled as REAL (KIND=2). |
See also |