dtime_(dtime_struct)

Purpose

The dtime_ function sets the time accounting information for the user time and system time in DTIME_STRUCT. The resolution for all timing is 1/100 of a second. The output appears in units of seconds.

Class

Function

Argument Type and Attributes

dtime_struct

REAL(4) DELTA, dtime_
TYPE TB_TYPE
SEQUENCE
REAL(4) USRTIME
REAL(4) SYSTIME
END TYPE
TYPE (TB_TYPE) DTIME_STRUCT
DELTA = dtime_(DTIME_STRUCT)

Result Type and Attributes

REAL(4)

Result Value

The returned value is the sum of the user time and the system time since the last call to dtime_. IBM Copyright 2003