![]() |
ATLAS Offline Software
|
#include <PerfMonMTUtils.h>
Public Types | |
| typedef std::map< uint64_t, SnapshotMeasurement > | EventMeasMap_t |
Public Member Functions | |
| void | recordEvent (const SnapshotMeasurement &meas, const int eventCount) |
| void | set_wall_time_offset (const double wall_time_offset) |
| const EventMeasMap_t & | getEventLevelData () const |
| uint64_t | getNMeasurements () const |
| double | getEventLevelCpuTime (const uint64_t event_count) const |
| double | getEventLevelWallTime (const uint64_t event_count) const |
| int64_t | getEventLevelMemory (const uint64_t event_count, const std::string &stat) const |
| int64_t | getEventLevelMemoryMax (const std::string &stat) const |
Public Attributes | |
| EventMeasMap_t | m_eventLevelDeltaMap |
| double | m_offset_wall {} |
Definition at line 196 of file PerfMonMTUtils.h.
| typedef std::map<uint64_t, SnapshotMeasurement> PMonMT::EventLevelData::EventMeasMap_t |
Definition at line 199 of file PerfMonMTUtils.h.
|
inline |
Definition at line 228 of file PerfMonMTUtils.h.
|
inline |
Definition at line 220 of file PerfMonMTUtils.h.
|
inline |
Definition at line 236 of file PerfMonMTUtils.h.
|
inline |
Definition at line 241 of file PerfMonMTUtils.h.
|
inline |
Definition at line 232 of file PerfMonMTUtils.h.
|
inline |
Definition at line 224 of file PerfMonMTUtils.h.
|
inline |
Definition at line 203 of file PerfMonMTUtils.h.
|
inline |
Definition at line 218 of file PerfMonMTUtils.h.
| EventMeasMap_t PMonMT::EventLevelData::m_eventLevelDeltaMap |
Definition at line 200 of file PerfMonMTUtils.h.
| double PMonMT::EventLevelData::m_offset_wall {} |
Definition at line 215 of file PerfMonMTUtils.h.