![]() |
![]()
| ![]() |
![]()
NAMElis_wtime - measure the elapsed time SYNOPSIS#include "lis.h" LIS_INT lis_wtime(LIS_INT* argc, char** argv[]); DESCRIPTIONMeasure the elapsed time. INPUTOUTPUTThe elapsed time in seconds from the given point is returned as the double precision number EXIT STATUSThe following exit values are returned:
NOTETo 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 ALSOlis(3) http://www.ssisc.org/lis/
|