|
NAMElis_wtime - measure the elapsed timeSYNOPSISsubroutine lis_wtime(LIS_INT* argc, char** argv[], LIS_INTEGER ierr);DESCRIPTIONMeasure the elapsed time.INPUT
OUTPUTThe elapsed time in seconds from the given point is returned as the double precision numberNOTETo 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/
Visit the GSP FreeBSD Man Page Interface. |