10#ifndef EVENT_LOOP__LEAK_CHECK_MODULE_H
11#define EVENT_LOOP__LEAK_CHECK_MODULE_H
43 Gaudi::Property<bool>
failOnLeak {
this,
"failOnLeak",
false};
char data[hepevt_bytes_allocation_ATLAS]
a Module implementing a simple leak checker
Long_t m_initMemVirtual
Amount of virtual memory used after initialisation in kB.
Gaudi::Property< int > absResidentLimit
Long_t m_finMemResident
Amount of resident memory used after finalisation in kB.
Long_t memIncreaseVirtual() const
Virtual memory leak/increase during the job.
Gaudi::Property< int > perEvResidentLimit
uint64_t m_skippedEvents
number of skipped events
Gaudi::Property< int > absVirtualLimit
virtual StatusCode postFinalize(ModuleData &data) override
actions after algorithms have been finalized
Long_t memIncreaseResident() const
Resident memory leak/increase during the job.
Gaudi::Property< int > perEvVirtualLimit
Long_t m_finMemVirtual
Amount of virtual memory used after finalisation in kB.
virtual StatusCode postFirstEvent(ModuleData &data) override
action after processing first event
Gaudi::Property< bool > failOnLeak
virtual StatusCode onWorkerEnd(ModuleData &data) override
action at the end of the worker job
Long_t m_initMemResident
Amount of resident memory used after initialisation in kB.
the base class for EventLoop instrumentation module
This module defines the arguments passed from the BATCH driver to the BATCH worker.
::StatusCode StatusCode
StatusCode definition for legacy code.
the data the EventLoop core classes are sharing with the Module implementation