Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jun 2006 23:23:34 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 98704 for review
Message-ID:  <200606062323.k56NNYR2042338@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=98704

Change 98704 by jb@jb_freebsd2 on 2006/06/06 23:22:36

	Add the prototype for DTrace's high resolution wallclock time
	function.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/time.h#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/time.h#5 (text+ko) ====

@@ -305,6 +305,7 @@
 void	timevalsub(struct timeval *t1, const struct timeval *t2);
 int	tvtohz(struct timeval *tv);
 uint64_t	dtrace_gethrtime(void);
+uint64_t	dtrace_gethrestime(void);
 #else /* !_KERNEL */
 #include <time.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606062323.k56NNYR2042338>