Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2008 10:20:45 +0100
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Jung-uk Kim <jkim@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/usr.sbin/moused moused.c
Message-ID:  <20080306092045.GA54220@freebsd.org>
In-Reply-To: <200803060022.m260MHSx017085@repoman.freebsd.org>
References:  <200803060022.m260MHSx017085@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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