RealtimeClock returns the application CLOCK_REALTIME clock.
()
| 1848 | |
| 1849 | // RealtimeClock returns the application CLOCK_REALTIME clock. |
| 1850 | func (k *Kernel) RealtimeClock() ktime.SampledClock { |
| 1851 | return k.timekeeper.realtimeClock |
| 1852 | } |
| 1853 | |
| 1854 | // MonotonicClock returns the application CLOCK_MONOTONIC clock. |
| 1855 | func (k *Kernel) MonotonicClock() ktime.SampledClock { |
no outgoing calls
no test coverage detected