Star
32
Fork
15
代码
介绍
代码
Issues
2
Pull Requests
3
流水线
Actions
讨论
Wiki
项目成员
59
分析
项目设置
Star
32
Fork
15
master
libkperf
/
test
/
test_perf
/
case
/
test_syscall_sleep.cpp
下载
世
世龙
add support syscall elapsed time UT files
33acc61c
创建于
2025年1月21日
历史提交
#
include
<unistd.h>
int
main
()
{
while
(
true
) {
sleep
(
0.5
);
}
return
0
;
}