Type alias CpuInfo

CpuInfo: {
    model: string;
    speed: number;
    times: Time;
}

Type declaration

  • model: string

    The model of the cpu

  • speed: number

    The CPU clock speed in MHz

  • times: Time

    The numbers of milliseconds the CPU has spent in different modes.

Generated using TypeDoc