mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -34,8 +34,10 @@ public class OshiTest {
|
||||
@Test
|
||||
@Ignore
|
||||
public void getUsedTest() {
|
||||
while (true) {
|
||||
int i = 0;
|
||||
while (i < 1000) {
|
||||
Console.log(OshiUtil.getCpuInfo().getUsed());
|
||||
i++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user