ReactOS 0.4.15-dev-7942-gd23573b
_SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION Struct Reference

#include <extypes.h>

Collaboration diagram for _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION:

Public Attributes

LARGE_INTEGER IdleTime
 
LARGE_INTEGER KernelTime
 
LARGE_INTEGER UserTime
 
LARGE_INTEGER DpcTime
 
LARGE_INTEGER InterruptTime
 
ULONG InterruptCount
 
LARGE_INTEGER Reserved1 [2]
 
ULONG Reserved2
 

Detailed Description

Definition at line 962 of file extypes.h.

Member Data Documentation

◆ DpcTime

LARGE_INTEGER _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION::DpcTime

Definition at line 967 of file extypes.h.

Referenced by PerfDataRefresh(), and QSI_DEF().

◆ IdleTime

LARGE_INTEGER _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION::IdleTime

◆ InterruptCount

ULONG _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION::InterruptCount

Definition at line 969 of file extypes.h.

Referenced by QSI_DEF().

◆ InterruptTime

LARGE_INTEGER _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION::InterruptTime

Definition at line 968 of file extypes.h.

Referenced by PerfDataRefresh(), and QSI_DEF().

◆ KernelTime

LARGE_INTEGER _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION::KernelTime

◆ Reserved1

LARGE_INTEGER _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION::Reserved1

Definition at line 527 of file winternl.h.

◆ Reserved2

ULONG _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION::Reserved2

Definition at line 528 of file winternl.h.

◆ UserTime

LARGE_INTEGER _SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION::UserTime

Definition at line 966 of file extypes.h.

Referenced by GetSystemTimes(), QSI_DEF(), test_GetSystemTimes(), and test_query_procperf().


The documentation for this struct was generated from the following files: