Proto  3.2
Public Member Functions | Public Attributes | List of all members
Proto::describeInfo Class Reference

#include <Proto_MemInfo.H>

Public Member Functions

describeInfooperator+= (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...
 

Member Function Documentation

◆ operator+=()

describeInfo& Proto::describeInfo::operator+= ( describeInfo in)
inline

describe operator+

apply the operation + for each component of two describeInfo

Parameters
ina describeInfo we use to increment this describeInfo

References count, and dataSize.

Member Data Documentation

◆ dataSize

double Proto::describeInfo::dataSize

size of accumulated memory in bytes

Referenced by Proto::memInfo< MEMTYPE >::enterInfo(), operator+=(), and Proto::memInfo< MEMTYPE >::printInfo().

◆ count

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().


The documentation for this class was generated from the following file: