|
Proto
3.2
|
#include <Proto_MemInfo.H>
Public Member Functions | |
| describeInfo & | operator+= (describeInfo &in) |
| describe operator+ More... | |
Public Attributes | |
| double | dataSize |
| size of accumulated memory in bytes More... | |
| long unsigned int | count |
| number of malloc for a given position More... | |
|
inline |
describe operator+
apply the operation + for each component of two describeInfo
| in | a describeInfo we use to increment this describeInfo |
| double Proto::describeInfo::dataSize |
size of accumulated memory in bytes
Referenced by Proto::memInfo< MEMTYPE >::enterInfo(), operator+=(), and Proto::memInfo< MEMTYPE >::printInfo().
| long unsigned int Proto::describeInfo::count |
number of malloc for a given position
Referenced by Proto::memInfo< MEMTYPE >::enterInfo(), operator+=(), and Proto::memInfo< MEMTYPE >::printInfo().
1.8.13