Jump to content

CPUUTIL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
m Ak120 moved page OS2 API:DataType:CPUUTIL to CPUUTIL
(No difference)

Revision as of 12:18, 31 October 2016

CPUUTIL

Performance data returned by DosPerfSysCall.

Type

ULONG ulTimeLow
ULONG ulTimeHigh
ULONG ulIdleLow
ULONG ulIdleHigh
ULONG ulBusyLow
ULONG ulBusyHigh
ULONG ulIntrLow
ULONG ulIntrHigh

C Declaration Method

typedef struct

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