lis_wtime.3f - Man Page

measure the elapsed time

Synopsis

subroutine lis_wtime(LIS_INT* argc, char** argv[], LIS_INTEGER ierr);

Description

Measure the elapsed time.

Input

None

Output

The elapsed time in seconds from the given point is returned as the double precision number

Note

To measure the processing time, call lis_wtime to get the starting time,  call it again to get the ending time, and calculate the difference.

See Also

lis(3)

http://www.ssisc.org/lis/

Info

6 Sep 2012 Man Page Lis Library Functions