Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Attributes | List of all members
Utilities::System::MemoryStats Struct Reference

#include <deal.II/base/utilities.h>

Public Attributes

unsigned long int VmPeak
 
unsigned long int VmSize
 
unsigned long int VmHWM
 
unsigned long int VmRSS
 

Detailed Description

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 904 of file utilities.h.

Member Data Documentation

◆ VmPeak

unsigned long int Utilities::System::MemoryStats::VmPeak

Peak virtual memory size in kB.

Definition at line 909 of file utilities.h.

◆ VmSize

unsigned long int Utilities::System::MemoryStats::VmSize

Current virtual memory size in kB.

Definition at line 914 of file utilities.h.

◆ VmHWM

unsigned long int Utilities::System::MemoryStats::VmHWM

Peak resident memory size in kB. Also known as "high water mark" (HWM).

Definition at line 919 of file utilities.h.

◆ VmRSS

unsigned long int Utilities::System::MemoryStats::VmRSS

Current resident memory size in kB. Also known as "resident set size" (RSS).

Definition at line 925 of file utilities.h.


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