CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/13 10:30:36
Modified files:
sys/sys : time.h
sys/kern : kern_tc.c
Log message:
timecounting: add getbinruntime(), getnsecruntime()
The networking people want a fast, monotonic clock that only advances
while the system is not suspended. The runtime clock satisfies most
of these requirements, so introduce getnsecruntime() to provide a fast
means for reading it.
Based on patches from jca@ and claudio@.
ok yasuoka@
