AboutSupportDeveloper GuideVersion 38.126.82.64
interface CpuInfo {
    model: string;
    speed: number;
    times: Time;
}

Properties

Properties

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.