TIMEF(3F) Last changed: 1-6-98
TIMEF - Returns elapsed wall-clock time in milliseconds since the
previous call to TIMEF
REAL (KIND=8) TIMEF
timef=TIMEF()
UNICOS systems:
CALL TIMEF(timef)
UNICOS, UNICOS/mk, and IRIX systems
On IRIX systems, this routine is in libffio.so which is linked by
default when compiling programs with the MIPSpro 7 Fortran 90 compiler
or when compiling programs with the -craylibs option to the MIPSpro
7.2 F77 compiler.
TIMEF returns the elapsed wall-clock time since a call to TIMEF.
The following is a list of valid arguments for this routine.
timef Elapsed wall-clock time (a real number in milliseconds)
since the initial call to TIMEF. This argument must be of
type real. The initial call to TIMEF returns 0.0.
If TIMEF calculates a negative value for the elapsed wall-clock time,
it resets the initial value of the clock to the current value of the
lock and returns 0.0.
Application Programmer's Library Reference Manual, publication SR2165,
for the printed version of this man page.
TIMEF(3F) Last changed: 1-6-98
TIMEF - Returns elapsed wall-clock time in milliseconds since the
previous call to TIMEF
REAL (KIND=8) TIMEF
timef=TIMEF()
UNICOS systems:
CALL TIMEF(timef)
UNICOS, UNICOS/mk, and IRIX systems
On IRIX systems, this routine is in libffio.so which is linked by
default when compiling programs with the MIPSpro 7 Fortran 90 compiler
or when compiling programs with the -craylibs option to the MIPSpro
7.2 F77 compiler.
TIMEF returns the elapsed wall-clock time since a call to TIMEF.
The following is a list of valid arguments for this routine.
timef Elapsed wall-clock time (a real number in milliseconds)
since the initial call to TIMEF. This argument must be of
type real. The initial call to TIMEF returns 0.0.
If TIMEF calculates a negative value for the elapsed wall-clock time,
it resets the initial value of the clock to the current value of the
lock and returns 0.0.
Application Programmer's Library Reference Manual, publication SR2165,
for the printed version of this man page.
[ Back ]
|