|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef EVENT_LOOP__MEMORY_MONITOR_MODULE_H
10 #define EVENT_LOOP__MEMORY_MONITOR_MODULE_H
StatusCode printMemoryUsage(const std::string &location)
a Module monitoring memory usage at various points during the job
char data[hepevt_bytes_allocation_ATLAS]
the data the EventLoop core classes are sharing with the Module implementation
std::uint64_t m_executeStep
virtual StatusCode firstInitialize(ModuleData &data) override
action at the the very beginning of the worker job
std::uint64_t m_executeNext
std::uint64_t m_executeTarget
std::uint64_t m_numExecute
the base class for EventLoop instrumentation module
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode onExecute(ModuleData &data) override
actions just before execute is called on algorithms
This module defines the arguments passed from the BATCH driver to the BATCH worker.
virtual StatusCode postFirstEvent(ModuleData &data) override
action after processing first event
virtual StatusCode onWorkerEnd(ModuleData &data) override
action at the end of the worker job
virtual StatusCode onFinalize(ModuleData &data) override
actions just before algorithms are finalized
std::optional< std::uint64_t > lastRSS
the last RSS value read
virtual StatusCode onInitialize(ModuleData &data) override
action just before algorithms are initialized