Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chyyuu/os_kernel_lab
/ get_time
Function
get_time
user/src/task.rs:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
sys_yield()
8
}
9
pub fn get_time() -> isize {
10
sys_get_time()
11
}
12
pub fn getpid() -> isize {
13
sys_getpid()
14
}
Callers
15
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
get_time_u
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
Calls
1
sys_get_time
Function · 0.70
Tested by
2
main
Function · 0.40
main
Function · 0.40