Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
lis_wtime(3)		     Lis Library Functions		  lis_wtime(3)

NAME
       lis_wtime - 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 differ-
       ence.

SEE ALSO
       lis(3)

       http://www.ssisc.org/lis/

Man Page			  6 Sep	2012			  lis_wtime(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lis_wtime&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help