1lis_wtime(3) Lis Library Functions lis_wtime(3)
2
3
4
6 lis_wtime - measure the elapsed time
7
8
10 #include "lis.h"
11
12 LIS_INT lis_wtime(LIS_INT* argc, char** argv[]);
13
14
16 Measure the elapsed time.
17
18
20 None
21
22
24 The elapsed time in seconds from the given point is returned as the
25 double precision number
26
27
29 The following exit values are returned:
30
31 0 The process is normally terminated
32
33 unspecified
34 An error occurred
35
36
38 To measure the processing time, call lis_wtime to get the starting
39 time, call it again to get the ending time, and calculate the differ‐
40 ence.
41
42
44 lis(3)
45
46 http://www.ssisc.org/lis/
47
48
49
50
51Man Page 6 Sep 2012 lis_wtime(3)