![]() |
Reference documentation for deal.II version 8.1.0
|
#include <utilities.h>
Public Attributes | |
unsigned long int | VmPeak |
unsigned long int | VmSize |
unsigned long int | VmHWM |
unsigned long int | VmRSS |
Structure that hold information about memory usage in kB. Used by get_memory_stats(). See man 5 proc entry /status for details.
Definition at line 380 of file utilities.h.
unsigned long int Utilities::System::MemoryStats::VmSize |
peak virtual memory size in kB
Definition at line 383 of file utilities.h.
unsigned long int Utilities::System::MemoryStats::VmHWM |
current virtual memory size in kB
Definition at line 384 of file utilities.h.
unsigned long int Utilities::System::MemoryStats::VmRSS |
peak resident memory size in kB
Definition at line 385 of file utilities.h.