etime_(etime_struct)

Purpose

The etime_ function sets the user-elapsed time and system-elapsed time in ETIME_STRUCT since the start of the execution of a process. The resolution for all timing is 1/100 of a second. The output appears in units of seconds.

Class

Function

Argument Type and Attributes

etime_struct

REAL(4) ELAPSED, etime_
TYPE TB_TYPE
SEQUENCE
REAL(4) USRTIME
REAL(4) SYSTIME
END TYPE
TYPE (TB_TYPE) ETIME_STRUCT
ELAPSED = etime_(ETIME_STRUCT)

Result Type and Attributes

REAL(4)

Result Value

The returned value is the sum of the user-elapsed time and the system-elapsed time. IBM Copyright 2003