![]() |
![]()
| ![]() |
![]()
NAMElis_wtime - measure the elapsed timeSYNOPSIS#include "lis.h"LIS_INT lis_wtime(LIS_INT* argc, char** argv[]); DESCRIPTIONMeasure the elapsed time.INPUT
OUTPUTThe elapsed time in seconds from the given point is returned as the double precision numberEXIT 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/
|