Reference documentation for deal.II version 8.4.2
Public Attributes | List of all members
Utilities::System::MemoryStats Struct Reference

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

Public Attributes

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

Member Data Documentation

§ VmSize

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

peak virtual memory size in kB

Definition at line 394 of file utilities.h.

§ VmHWM

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

current virtual memory size in kB

Definition at line 395 of file utilities.h.

§ VmRSS

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

peak resident memory size in kB

Definition at line 396 of file utilities.h.


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