CPU time

CPU time

Ritratto di fliu62

what is the Portlib FUNCTION of the elapsed CPU time?

2 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di Martyn Corden (Intel)

> what is the Portlib FUNCTION of the elapsed CPU time?

ETIME and DTIME give the elapsed cpu time since the beginning of the process or since the previous call, respectively, with the return arguments giving user and system components. However, the accuracy is limited to 1/100 second. To get plain elapsed time to microsecond accuracy, use the function DCLOCK (or the Fortran intrinsic CPU_TIME).
See the Fortran Libraries Reference.

Martyn


Accedere per lasciare un commento.