#include "TSystem.h"#include "TStopwatch.h"#include "TTimeStamp.h"#include "TRandom.h"#include "TArrayF.h"#include "TArrayD.h"#include "TArrayI.h"#include "TArrayS.h"#include "TNamed.h"#include "TObjString.h"#include "TVectorD.h"#include "TMemStat.h"Go to the source code of this file.
Functions | |
| void | funF () |
| void | funD () |
| void | funS () |
| void | funI () |
| void | funA () |
| void | funObject () |
| void | MemStatLeak () |
Variables | |
| const Int_t | nloop = 50000 |
| const Int_t | nskip = 100 |
| void funA | ( | ) |
Definition at line 116 of file MemStatLeak.C.
References funD(), funF(), funI(), and funS().
Referenced by PC3::funM(), PC3::funS(), and MemStatLeak().
| void funD | ( | ) |
Definition at line 85 of file MemStatLeak.C.
References i, nloop, and nskip.
Referenced by funA(), and MemStatLeak().
| void funF | ( | ) |
Definition at line 75 of file MemStatLeak.C.
References i, nloop, and nskip.
Referenced by funA(), and MemStatLeak().
| void funI | ( | ) |
Definition at line 105 of file MemStatLeak.C.
References i, nloop, and nskip.
Referenced by funA(), and MemStatLeak().
| void funObject | ( | ) |
Definition at line 124 of file MemStatLeak.C.
References TObjArray::AddAt(), TObjArray::At(), Form(), i, nskip, and o.
Referenced by MemStatLeak().
| void funS | ( | ) |
Definition at line 95 of file MemStatLeak.C.
References i, nloop, and nskip.
Referenced by funA(), PC3::funM(), and MemStatLeak().
| void MemStatLeak | ( | ) |
Definition at line 48 of file MemStatLeak.C.
References funA(), funD(), funF(), funI(), funObject(), funS(), m, TStopwatch::Print(), TStopwatch::Start(), and TStopwatch::Stop().
Definition at line 45 of file MemStatLeak.C.
Referenced by TMVA::TransformationHandler::CalcStats(), funD(), funF(), funI(), funS(), TSlave::Interrupt(), TApplicationRemote::Interrupt(), invert(), invert2(), TMinuit::mnimpr(), TGraphPainter::PaintGraph(), piRandom(), TestBinomial(), TMVA::MethodBoost::TestClassification(), and TMVA::MethodBoost::WriteEvaluationHistosToFile().
Definition at line 46 of file MemStatLeak.C.
Referenced by TGeoPolygon::FinishPolygon(), funD(), funF(), funI(), funObject(), and funS().
1.5.1