![]() |
The Gaudi Framework
v26r3
|
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 |
Process Virtual Memory Counters NtQueryInformationProcess using ProcessVmCounters.
Definition at line 60 of file ProcessDescriptor.h.
| 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.