Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2008 00:22:17 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/moused moused.c
Message-ID:  <200803060022.m260MHSx017085@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  Revision  Changes    Path
  1.80      +82 -63    src/usr.sbin/moused/moused.c



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