![]() |
ATLAS Offline Software
|
#include "AthenaBaseComps/AthAlgTool.h"#include "ISF_Interfaces/IMonitoringTool.h"#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | ISF::MemoryMonitoringTool |
| the code actually computing the memory usage is kindly stolen from: atlasoff:: Simulation/G4Sim/SimHelpers/SimHelpers/MemorySnooper.h More... | |
Namespaces | |
| namespace | ISF |
| ISFParticleOrderedQueue. | |
Typedefs | |
| typedef std::pair< const char *, int > | ISF::InfoUsagePair |
| these datatypes used to store (infoStr,memUsage) paired info | |
| typedef std::vector< InfoUsagePair * > | ISF::InfoUsagePairVector |