home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!sun-barr!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!appserv!khb
- From: khb@chiba.Eng.Sun.COM (Keith Bierman fpgoup)
- Newsgroups: comp.lang.fortran
- Subject: Re: elapsed time
- Date: 14 Dec 92 16:41:53
- Organization: SunPro
- Lines: 32
- Distribution: usa
- Message-ID: <KHB.92Dec14164153@chiba.Eng.Sun.COM>
- References: <1992Dec12.213016.3662@leland.Stanford.EDU> <Bz9HEB.Dy5@netnews.jhuapl.edu>
- NNTP-Posting-Host: chiba
- In-reply-to: bandy@netnews.jhuapl.edu's message of 14 Dec 92 18:15:47 GMT
-
-
- In article <Bz9HEB.Dy5@netnews.jhuapl.edu> bandy@netnews.jhuapl.edu (Mike Bandy) writes:
-
- ,,,
- You'll have to look at the system services offered by the operating
- system under which your program runs. Fortran, unlike C, does
- not a standard portfolio of common system services.
-
- True for '77 but not "90".
-
- 13.9.1 Date and time subroutines
-
- The subroutines DATE_AND_TIME and SYSTEM_CLOCK return data from the
- date and real-time clock. The time returned is local, but there are
- facilities for finding out the difference between local time and
- Coordinated Universal Time.
-
- ...
-
- DATE_AND_TIME (DATE, TIME, ZONE, VALUES)
- Optional DATE, TIME, ZONE, VALUES
-
- ...
-
- SYSTEM_CLOCK (COUNT, COUNT_RATE, COUNT_MAX)
- Optional COUNT, COUNT_RATE, COUNT_MAX
- --
- ----------------------------------------------------------------
- Keith H. Bierman keith.bierman@Sun.COM| khb@chiba.Eng.Sun.COM
- SunPro 2550 Garcia MTV 12-40 | (415 336 2648) fax 964 0946
- Mountain View, CA 94043 <speaking for myself, not Sun*> Copyright 1992
-
-