This website requires JavaScript.
Explore
Help
Sign In
rk3588-game
/
android13
Watch
3
Star
0
Fork
You've already forked android13
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2b56932e17
android13
/
external
/
ltp
/
testcases
/
realtime
/
perf
/
latency
/
cpunoise2000.sh
9 lines
93 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
i
=
0
while
test
$i
-lt
2000
do
sleep 10
;
sh cpunoise.sh
&
i
=
`
expr
$i
+ 1
`
done
Reference in New Issue
View Git Blame
Copy Permalink