#include <MemoryInfo.h>
Collaboration diagram for Impala::Process::MemoryInfo:

Public Member Functions | |
| MemoryInfo (CString tag, int dumpFreq) | |
| void | MarkFrom () |
| Int64 | GetUsageSinceMark () |
| String | GetUsageSinceMarkString () |
| void | MarkTo () |
| void | Dump () |
Static Public Member Functions | |
| static Int64 | GetUsage () |
| static String | GetUsageString () |
| static String | Bytes2String (Int64 nr) |
| static void | PrintUsage (CString message) |
Private Attributes | |
| String | mTag |
| int | mDumpFreq |
| bool | mIsActive |
| Int64 | mTotalMemIncr |
| Int64 | mMemFrom |
| int | mNrCalls |
| int | mNrCallsIncr |
| int | mNrCallsDecr |
| ILOG_VAR_DECL | |
Definition at line 19 of file MemoryInfo.h.
1.5.1