comp.lang.ada
 help / color / mirror / Atom feed
From: mfeldman@seas.gwu.edu (Michael Feldman)
Subject: Re: cpu time VS. calendar time
Date: 30 Jul 90 23:32:55 GMT	[thread overview]
Message-ID: <2055@sparko.gwu.edu> (raw)
In-Reply-To: 84027@srcsip.UUCP

In article <84027@srcsip.UUCP> thompson@SRC.Honeywell.COM (Todd Thompson) writes:
>
>We are trying to find out how much cpu time a procedure or function call
>takes.  We've found the calendar package with function clock.  Is there an
>equivilant which will give me cpu time?  TIA.
The LRM does not call out a standard package for retrieving CPU time. 
Retrieving CPU time is therefore system dependent, and is probably best
done through the use of pragma interface. I have written a package with a 
portable specification that gives simple CPU times.
I have Unix and PC versions; the Unix version uses pragma interface and
a little C program to get the CPU time. I can send this to anyone who
wishes it; let me know by e-mail. If there is a lot of interest, I will
post it.
---------------------------------------------------------------------------
Prof. Michael Feldman
Department of Electrical Engineering and Computer Science
The George Washington University
Washington, DC 20052
+1-202-994-5253
mfeldman@seas.gwu.edu
---------------------------------------------------------------------------

      reply	other threads:[~1990-07-30 23:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1990-07-30 19:47 cpu time VS. calendar time Todd Thompson
1990-07-30 23:32 ` Michael Feldman [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox