Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ get_time
Function
get_time
os/src/timer.rs:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
const MSEC_PER_SEC: usize = 1000;
14
15
pub fn get_time() -> usize {
16
time::read()
17
}
18
19
pub fn get_time_ms() -> usize {
20
time::read() / (CLOCK_FREQ / MSEC_PER_SEC)
Callers
1
set_next_trigger
Function · 0.70
Calls
1
read
Function · 0.85
Tested by
no test coverage detected