Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v29r0 (ff2e7097)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
System::VM_COUNTERS Struct Reference

Process Virtual Memory Counters NtQueryInformationProcess using ProcessVmCounters. More...

#include <src/Lib/ProcessDescriptor.h>

Public Attributes

unsigned long PeakVirtualSize
 
unsigned long VirtualSize
 
unsigned long PageFaultCount
 
unsigned long PeakWorkingSetSize
 
unsigned long WorkingSetSize
 
unsigned long QuotaPeakPagedPoolUsage
 
unsigned long QuotaPagedPoolUsage
 
unsigned long QuotaPeakNonPagedPoolUsage
 
unsigned long QuotaNonPagedPoolUsage
 
unsigned long PagefileUsage
 
unsigned long PeakPagefileUsage
 

Detailed Description

Process Virtual Memory Counters NtQueryInformationProcess using ProcessVmCounters.

Definition at line 60 of file ProcessDescriptor.h.

Member Data Documentation

unsigned long System::VM_COUNTERS::PageFaultCount

Definition at line 63 of file ProcessDescriptor.h.

unsigned long System::VM_COUNTERS::PagefileUsage

Definition at line 70 of file ProcessDescriptor.h.

unsigned long System::VM_COUNTERS::PeakPagefileUsage

Definition at line 71 of file ProcessDescriptor.h.

unsigned long System::VM_COUNTERS::PeakVirtualSize

Definition at line 61 of file ProcessDescriptor.h.

unsigned long System::VM_COUNTERS::PeakWorkingSetSize

Definition at line 64 of file ProcessDescriptor.h.

unsigned long System::VM_COUNTERS::QuotaNonPagedPoolUsage

Definition at line 69 of file ProcessDescriptor.h.

unsigned long System::VM_COUNTERS::QuotaPagedPoolUsage

Definition at line 67 of file ProcessDescriptor.h.

unsigned long System::VM_COUNTERS::QuotaPeakNonPagedPoolUsage

Definition at line 68 of file ProcessDescriptor.h.

unsigned long System::VM_COUNTERS::QuotaPeakPagedPoolUsage

Definition at line 66 of file ProcessDescriptor.h.

unsigned long System::VM_COUNTERS::VirtualSize

Definition at line 62 of file ProcessDescriptor.h.

unsigned long System::VM_COUNTERS::WorkingSetSize

Definition at line 65 of file ProcessDescriptor.h.


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