1lis_wtime(3f) Lis Library Functions lis_wtime(3f)
2
3
4
6 lis_wtime - measure the elapsed time
7
8
10 subroutine lis_wtime(LIS_INT* argc, char** argv[], LIS_INTEGER ierr);
11
12
14 Measure the elapsed time.
15
16
18 None
19
20
22 The elapsed time in seconds from the given point is returned as the
23 double precision number
24
25
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
33 lis(3)
34
35 http://www.ssisc.org/lis/
36
37
38
39
40Man Page 6 Sep 2012 lis_wtime(3f)