Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ etime(3f) — Ultrix FORTRAN 1.0 RISC

Media Vault

Software Library

Restoration Projects

Artifacts Sought

etime(3f)  —  RISC

NAME

etime, dtime − return elapsed execution time

SYNTAX

function etime (tarray)
real tarray(2) function dtime (tarray)
real tarray(2)

DESCRIPTION

These two functions return elapsed runtime in seconds for the calling process.  The dtime function returns the elapsed time since the last call to dtime, or the start of execution on the first call.

The argument array returns user time in the first element and system time in the second element.  The function value is the sum of user and system time. 

The resolution of all timing is 1/HZ second where HZ is currently 60. 

FILES

/usr/lib/libU77.a

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026