<aname="l1"></a><spanclass=cF0>One jiffy is one time slice. </span><ahref="https://tomawezome.github.io/ZealOS/Kernel/KernelA.HH.html#l696"><spanclass=cF4>counts.jiffies</span></a><spanclass=cF0> returns time slices since boot.
<aname="l3"></a></span><ahref="https://tomawezome.github.io/ZealOS/Kernel/KMisc.CC.html#l22"><spanclass=cF4>SysTimerRead</span></a><spanclass=cF0> reads the timer ticks since boot. It's not as fast as </span><ahref="https://tomawezome.github.io/ZealOS/Kernel/KernelB.HH.html#l244"><spanclass=cF4>TSCGet</span></a><spanclass=cF0>.
<aname="l5"></a>Use </span><ahref="https://tomawezome.github.io/ZealOS/Kernel/KernelA.HH.html#l706"><spanclass=cF4>JIFFY_FREQ</span></a><spanclass=cF0> to convert </span><ahref="https://tomawezome.github.io/ZealOS/Kernel/KernelA.HH.html#l696"><spanclass=cF4>counts.jiffies</span></a><spanclass=cF0>.
<aname="l7"></a>Use </span><ahref="https://tomawezome.github.io/ZealOS/Kernel/KernelA.HH.html#l708"><spanclass=cF4>SYS_TIMER_FREQ</span></a><spanclass=cF0> to convert </span><ahref="https://tomawezome.github.io/ZealOS/Kernel/KMisc.CC.html#l22"><spanclass=cF4>SysTimerRead</span></a><spanclass=cF0>.