Interface CpuSpeedExtractor


public interface CpuSpeedExtractor
CpuSpeedExtractor can be used to extract the CPU speed of the current machine.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the maximum number of cycles that a single CPU is capable of executing in one second.
  • Method Details

    • getCyclesPerSecond

      long getCyclesPerSecond()
      Returns the maximum number of cycles that a single CPU is capable of executing in one second.