30 return StatusCode::SUCCESS;
39 return StatusCode::SUCCESS;
55 return StatusCode::SUCCESS;
64 return StatusCode::SUCCESS;
73 return StatusCode::SUCCESS;
82 return StatusCode::SUCCESS;
88 printMemoryUsage (
const std::string& location)
91 if (gSystem->GetProcInfo (&pinfo) != 0) {
93 return StatusCode::FAILURE;
95 ANA_MSG_INFO (
"Memory usage at " << location <<
": " << pinfo.fMemResident <<
" kB resident, " << pinfo.fMemVirtual <<
" kB virtual");
97 return StatusCode::SUCCESS;
std::optional< std::uint64_t > lastRSS
the last RSS value read
StatusCode printMemoryUsage(const std::string &location)
std::uint64_t m_executeNext
std::uint64_t m_numExecute
std::uint64_t m_executeStep
std::uint64_t m_executeTarget
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