Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

TIMING FUNCTIONS IN FORTRAN....

Status
Not open for further replies.

echorak

Programmer
Apr 15, 2005
5
US
I wondering if anyone had an opinion on the best timing functions to use in Fortran. I have used etime() in the past to determine elapsed real time in a program, but the current software I'm working on uses mclock() to determine processor time. I need to run tests that will calculate both processor time and elapsed real time for the processes. The manuals I browsed showed many different ways to do time and I wondered which were most accurate? (FYI: I'm using PGI Fortran)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top