ATLAS Offline Software
Loading...
Searching...
No Matches
StrStream.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
7
9 char buff[2048];
10 const long long * vals=res.getValueArray();
11 snprintf(buff,2048,"VMem= %8lld, RSS= %8lld, PSS= %8lld, Shared= %8lld, Private= %8lld, Swap=%8lld, Anon= %8lld",
12 vals[0],vals[1],vals[2],vals[3]+vals[4],vals[5]+vals[6],vals[10],vals[8]);
13 m_out=buff;
14}
std::pair< std::vector< unsigned int >, bool > res
virtual void putResults(const CoWRecordStats &)
Definition StrStream.cxx:8
std::string & m_out
Definition StrStream.h:20