SStackCounter Class Reference
[Utility Classes and Functions]

#include <support/CallStack.h>

List of all members.

Public Member Functions

void LongPrint (const sptr< ITextOutput > &io, size_t maxItems=-1, b_demangle_func demangler=NULL) const
void Print (const sptr< ITextOutput > &io, size_t maxItems=-1) const
void Reset ()
 SStackCounter ()
size_t TotalCount () const
void Update (int32_t ignoreDepth=0, int32_t maxDepth=B_CALLSTACK_DEPTH)
virtual ~SStackCounter ()

Classes

struct  stack_info


Constructor & Destructor Documentation

SStackCounter  ) 
 

virtual ~SStackCounter  )  [virtual]
 


Member Function Documentation

void LongPrint const sptr< ITextOutput > &  io,
size_t  maxItems = -1,
b_demangle_func  demangler = NULL
const
 

void Print const sptr< ITextOutput > &  io,
size_t  maxItems = -1
const
 

void Reset  ) 
 

size_t TotalCount  )  const
 

void Update int32_t  ignoreDepth = 0,
int32_t  maxDepth = B_CALLSTACK_DEPTH
 


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