ROOT » MISC » MEMSTAT » Memstat

namespace Memstat

Function Members (Methods)

public:
voiddemangle(char* _codeInfo, TString& _str)
stringdig2bytes(Long64_t bytes)
size_tgetBacktrace(void** _trace, size_t _size, Bool_t _bUseGNUBuiltinBacktrace = kFALSE)
voidgetSymbolFullInfo(void* _pAddr, TString* _retInfo, const char*const _seporator = " | ")
intgetSymbols(void* _pAddr, TString& _strInfo, TString& _strLib, TString& _strSymbol)
booloperator<(const Memstat::SCustomDigest& a, const Memstat::SCustomDigest& b)

Data Members

Class Charts

Function documentation

string dig2bytes(Long64_t bytes)
 This function creates a string representation of the number of bytes,
 represented as a number in B, kB, MB or GB depending on the value.
 The result is rounded to a sensible number of digits