Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!ucbvax!IBM.COM!RAH From: RAH@IBM.COM ("Russell A. Heise") Newsgroups: comp.unix.aix Subject: Timing FORTRAN Programs Message-ID: <071290.103409.heise1@ibm.com> Date: 12 Jul 90 15:34:55 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 15 sah@chaz.acc.Virginia.EDU (Sherry Heitchew) writes: > On other UNIX machines, CDC MIPS, Sun, and Convex, I have used a > timing subroutine called "etime". Is there an equivalent routine on > the IBM RISC 6000 (AIX)? I am coding in FORTRAN. From my understanding of the "etime" subroutine, you will find similar function with the "mclock" routine included with AIX XL FORTRAN. This routine provides the total of: a) elapsed user time of the current process, and b) elapsed user *and* system time of all child processes in 1/100ths of a second. Russ Heise, AIX Technical Support, IBM rah@ibm.com