- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getSystemCpuPercent (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
@Test public void test_calibrateCpuLoad_zeroTimeout() { final boolean result = systemHelper.calibrateCpuLoad(0L); assertTrue(result); } @Test public void test_getSystemCpuPercent() { final short cpuPercent = systemHelper.getSystemCpuPercent(); // CPU percent can be -1 if not available or other negative values in test environment assertTrue(cpuPercent >= -1);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 44.4K bytes - Click Count (0)