Jump to content

CPUUTIL

From EDM2
Revision as of 20:52, 24 May 2005 by Anakor (talk | contribs) (New)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

CPUUTIL

Performance data returned by DosPerfSysCall.

Type

typedef struct _CPUUTIL {
ULONG ulTimeLow;
ULONG ulTimeHigh;
ULONG ulIdleLow;
ULONG ulIdleHigh;
ULONG ulBusyLow;
ULONG ulBusyHigh;
ULONG ulIntrLow;
ULONG ulIntrHigh;
} CPUUTIL;

Fields

ulTimeLow   Low 32 bits of time stamp
ulTimeHigh  High 32 bits of time stamp
ulIdleLow   Low 32 bits of idle time
ulIdleHigh  High 32 bits of idle time
ulBusyLow   Low 32 bits of busy time
ulBusyHigh  High 32 bits of busy time
ulIntrLow   Low 32 bits of interrupt time
ulIntrHigh  High 32 bits of interrupt time