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

  
 
  

home | help
dnsjit.lib.clock(3)	    Library Functions Manual	     dnsjit.lib.clock(3)

NAME
     dnsjit.lib.clock - Clock and time functions

SYNOPSIS
       local clock = require("dnsjit.lib.clock")
       local sec, nsec = clock.monotonic()

DESCRIPTION
     Functions to get the time from system-wide clocks.

   Functions
     Clock.realtime()
	    Return  the current seconds and nanoseconds (as a list) from the re-
	    altime clock.

     Clock.monotonic()
	    Return the current seconds and nanoseconds (as a list) from the  mo-
	    notonic clock.

SEE ALSO
     clock_gettime(2)

AUTHORS and CONTRIBUTORS
     Jerry  LundstrA<paragraph>m  (DNS-OARC),  TomA!A!	KAAA3/4ek (CZ.NIC), Petr
     A paAek (ISC)

     Maintained by DNS-OARC

	    https://www.dns-oarc.net/

BUGS
     For issues and feature requests please use:

	    https://github.com/DNS-OARC/dnsjit/issues

     For question and help please use:

	    admin@dns-oarc.net

dnsjit				      1.4.0		     dnsjit.lib.clock(3)

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

home | help