lis_wtime - Man Page
measure the elapsed time
Synopsis
#include "lis.h"
LIS_INT lis_wtime(LIS_INT* argc, char** argv[]);
Description
Measure the elapsed time.
Input
None
Output
The elapsed time in seconds from the given point is returned as the double precision number
Exit Status
The following exit values are returned:
- 0
The process is normally terminated
- unspecified
An error occurred
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
Info
6 Sep 2012 Man Page Lis Library Functions