xwrust::xwtm

Function nowtc

source
pub fn nowtc() -> u64
Expand description

获取当前CPU的系统滴答计数

§示例

use use xwrust::xwtm;

let cnt = xwtm::nowtc();