1lis_wtime(3f)                Lis Library Functions               lis_wtime(3f)
2
3
4

NAME

6       lis_wtime - measure the elapsed time
7
8

SYNOPSIS

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

DESCRIPTION

14       Measure the elapsed time.
15
16

INPUT

18       None
19
20

OUTPUT

22       The  elapsed  time  in  seconds from the given point is returned as the
23       double precision number
24
25

NOTE

27       To measure the processing time, call  lis_wtime  to  get  the  starting
28       time,  call  it again to get the ending time, and calculate the differ‐
29       ence.
30
31

SEE ALSO

33       lis(3)
34
35       http://www.ssisc.org/lis/
36
37
38
39
40Man Page                          6 Sep 2012                     lis_wtime(3f)
Impressum