AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface CpuInfo

    interface CpuInfo {
        model: string;
        speed: number;
        times: Time;
    }
    Index
    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.