Interface CpuStats.CpuUsage

  • Enclosing interface:
    CpuStats

    @Immutable
    public static interface CpuStats.CpuUsage
    • Method Detail

      • totalUsage

        Long totalUsage()
      • usageInKernelmode

        Long usageInKernelmode()
      • usageInUsermode

        Long usageInUsermode()