A hash of summary memory information as provided by Process::getMemorySummaryInfo().
More...
#include <QC_Process.dox.h>
|
|
int | priv |
| | the private memory size of the process giving a measure of how much memory the process itself is using
|
| |
|
int | rss |
| | the resident size of the process in bytes (RAM in use)
|
| |
|
int | vsz |
| | the virtual size of the process in bytes including all shared/dynamic libraries, code, and data
|
| |
A hash of summary memory information as provided by Process::getMemorySummaryInfo().
- Note
- On Linux,
priv reports the sum of "proportional set sizes" for all virtual memory segments
The documentation for this hashdecl was generated from the following file: