cvs commit: src/usr.sbin/moused moused.c
Roman Divacky
rdivacky at FreeBSD.org
Thu Mar 6 09:21:00 UTC 2008
On Thu, Mar 06, 2008 at 12:22:17AM +0000, Jung-uk Kim wrote:
> jkim 2008-03-06 00:22:17 UTC
>
> FreeBSD src repository
>
> Modified files:
> usr.sbin/moused moused.c
> Log:
> Prefer clock_gettime(2) over gettimeofday(2) and use CLOCK_MONOTONIC_FAST.
> It is only used to track elapsed time and it does not have to be precise.
what is the rationale behind this? what is the expected improvement? I am
not questioning the change I am just curious..
thnx
More information about the cvs-src
mailing list