#include <StMemStat.h>
Public Member Functions | |
| StMemStat (const char *name=0) | |
| void | Start () |
| void | Stop () |
| virtual void | Print (const char *tit="") const |
Static Public Member Functions | |
| static Double_t | Used () |
| static Double_t | Free () |
| static Double_t | ProgSize () |
| static void | PrintMem (const char *tit) |
| static void | PM () |
| static void | Summary () |
Note: on Solaris should be linked with -lmalloc
Definition at line 22 of file StMemStat.h.
| Double_t StMemStat::Free | ( | ) | [static] |
| void StMemStat::PM | ( | ) | [static] |
| void StMemStat::PrintMem | ( | const char * | tit | ) | [static] |
Prints current memory
Definition at line 196 of file StMemStat.cxx.
References Free(), ProgSize(), and Used().
Referenced by StBFChain::Load().
| Double_t StMemStat::ProgSize | ( | ) | [static] |
| void StMemStat::Summary | ( | ) | [static] |
| Double_t StMemStat::Used | ( | ) | [static] |
Used heap memory in MB
Definition at line 125 of file StMemStat.cxx.
Referenced by PM(), and PrintMem().
1.5.9