![]() |
deal.II version GIT relicensing-2791-g2e2a880805 2025-03-11 02:00:00+00:00
|
#include <deal.II/base/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 864 of file utilities.h.
unsigned long int Utilities::System::MemoryStats::VmPeak |
Peak virtual memory size in kB.
Definition at line 869 of file utilities.h.
unsigned long int Utilities::System::MemoryStats::VmSize |
Current virtual memory size in kB.
Definition at line 874 of file utilities.h.
unsigned long int Utilities::System::MemoryStats::VmHWM |
Peak resident memory size in kB. Also known as "high water mark" (HWM).
Definition at line 879 of file utilities.h.
unsigned long int Utilities::System::MemoryStats::VmRSS |
Current resident memory size in kB. Also known as "resident set size" (RSS).
Definition at line 885 of file utilities.h.