deal.II version GIT relicensing-2850-g1646a780ac 2025-03-17 15:10:00+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 864 of file utilities.h.

Member Data Documentation

◆ VmPeak

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

Peak virtual memory size in kB.

Definition at line 869 of file utilities.h.

◆ VmSize

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

Current virtual memory size in kB.

Definition at line 874 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 879 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 885 of file utilities.h.


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