kernel - Add kern.gettimeofday_quick sysctl
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 15 Sep 2012 05:03:39 +0000 (22:03 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 15 Sep 2012 05:03:39 +0000 (22:03 -0700)
commitd11c94c438555beb55a29ded85cb60f850149e33
tree528ea350ce2a0dd9dc77d3257feb8c7448b5e0e8
parentc4e32b312c82c4bf9e535195a11df495c66b0973
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.
sys/kern/kern_time.c