Reference documentation for deal.II version GIT relicensing-422-gb369f187d8 2024-04-17 18:10:02+00:00
\(\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 863 of file utilities.h.

Member Data Documentation

◆ VmPeak

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

Peak virtual memory size in kB.

Definition at line 868 of file utilities.h.

◆ VmSize

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

Current virtual memory size in kB.

Definition at line 873 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 878 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 884 of file utilities.h.


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