git: kernel - Add kern.gettimeofday_quick sysctl

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Sep 14 22:07:15 PDT 2012


commit d11c94c438555beb55a29ded85cb60f850149e33
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Sep 14 22:03:39 2012 -0700

    kernel - Add kern.gettimeofday_quick sysctl
    
    * Add a sysctl that forces gettimeofday() to return a coarse timestamp
      instead of a fine-grained timestamp.
    
      This sysctl is mainly intended for performance debugging.

Summary of changes:
 sys/kern/kern_time.c |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d11c94c438555beb55a29ded85cb60f850149e33


-- 
DragonFly BSD source repository



More information about the Commits mailing list