Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for calibrate (0.04 seconds)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

                throw new IORuntimeException(e);
            }
        }
    
        /**
         * Calibrates the CPU load.
         *
         * @return true if the CPU load is within the acceptable range, false otherwise.
         */
        public boolean calibrateCpuLoad() {
            return calibrateCpuLoad(0L);
        }
    
        /**
         * Calibrates the CPU load with a timeout.
         *
         * @param timeoutInMillis The timeout in milliseconds.
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 20 08:30:43 GMT 2025
    - 36.6K bytes
    - Click Count (0)
Back to Top