#include <MStrStream.h>
Definition at line 15 of file MStrStream.h.
◆ MStrStream()
| CoWTools::MStrStream::MStrStream |
( |
MsgStream & | out | ) |
|
|
inline |
◆ ~MStrStream()
| CoWTools::MStrStream::~MStrStream |
( |
| ) |
|
|
inline |
◆ putResults()
Implements CoWTools::StreamBase.
Definition at line 8 of file MStrStream.cxx.
8 {
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]);
14}
std::pair< std::vector< unsigned int >, bool > res
◆ m_out
| MsgStream& CoWTools::MStrStream::m_out |
|
private |
The documentation for this class was generated from the following files: