ATLAS Offline Software
Loading...
Searching...
No Matches
MemoryMonitoringTool.h File Reference
#include "AthenaBaseComps/AthAlgTool.h"
#include "ISF_Interfaces/IMonitoringTool.h"
#include <utility>
#include <vector>
Include dependency graph for MemoryMonitoringTool.h:
This graph shows which files directly or indirectly include this file:

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