ROOT
6.08/07
Reference Guide
misc
memstat
test
run.C
Go to the documentation of this file.
1
void
run
(
bool
only_compile =
false
)
2
{
3
gSystem
->
Load
(
"libMemStat"
);
4
// calling a "leaker"
5
if
(!only_compile)
6
gROOT
->ProcessLine(
".x leak_test.C++g"
);
7
}
gROOT
#define gROOT
Definition:
TROOT.h:364
TSystem::Load
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.
Definition:
TSystem.cxx:1819
gSystem
R__EXTERN TSystem * gSystem
Definition:
TSystem.h:549
run
void run(bool only_compile=false)
Definition:
run.C:1