Public Member Functions | Protected Attributes
CProfileNode Class Reference

A node in the Profile Hierarchy Tree. More...

#include <btQuickprof.h>

List of all members.

Public Member Functions

void Call (void)
void CleanupMemory ()
 CProfileNode (const char *name, CProfileNode *parent)
CProfileNodeGet_Child (void)
const char * Get_Name (void)
CProfileNodeGet_Parent (void)
CProfileNodeGet_Sibling (void)
CProfileNodeGet_Sub_Node (const char *name)
int Get_Total_Calls (void)
float Get_Total_Time (void)
void * GetUserPointer () const
void Reset (void)
bool Return (void)
void SetUserPointer (void *ptr)
 ~CProfileNode (void)

Protected Attributes

CProfileNodeChild
void * m_userPtr
const char * Name
CProfileNodeParent
int RecursionCounter
CProfileNodeSibling
unsigned long int StartTime
int TotalCalls
float TotalTime

Detailed Description

A node in the Profile Hierarchy Tree.

Definition at line 65 of file btQuickprof.h.


Constructor & Destructor Documentation

CProfileNode::CProfileNode ( const char *  name,
CProfileNode parent 
)

Member Function Documentation

void CProfileNode::Call ( void  )
CProfileNode* CProfileNode::Get_Child ( void  ) [inline]

Definition at line 75 of file btQuickprof.h.

const char* CProfileNode::Get_Name ( void  ) [inline]

Definition at line 82 of file btQuickprof.h.

CProfileNode* CProfileNode::Get_Parent ( void  ) [inline]

Definition at line 73 of file btQuickprof.h.

Definition at line 74 of file btQuickprof.h.

CProfileNode* CProfileNode::Get_Sub_Node ( const char *  name)
int CProfileNode::Get_Total_Calls ( void  ) [inline]

Definition at line 83 of file btQuickprof.h.

float CProfileNode::Get_Total_Time ( void  ) [inline]

Definition at line 84 of file btQuickprof.h.

void* CProfileNode::GetUserPointer ( ) const [inline]

Definition at line 85 of file btQuickprof.h.

void CProfileNode::Reset ( void  )
bool CProfileNode::Return ( void  )
void CProfileNode::SetUserPointer ( void *  ptr) [inline]

Definition at line 86 of file btQuickprof.h.


Member Data Documentation

Definition at line 96 of file btQuickprof.h.

void* CProfileNode::m_userPtr [protected]

Definition at line 98 of file btQuickprof.h.

const char* CProfileNode::Name [protected]

Definition at line 89 of file btQuickprof.h.

Definition at line 95 of file btQuickprof.h.

Definition at line 93 of file btQuickprof.h.

Definition at line 97 of file btQuickprof.h.

unsigned long int CProfileNode::StartTime [protected]

Definition at line 92 of file btQuickprof.h.

int CProfileNode::TotalCalls [protected]

Definition at line 90 of file btQuickprof.h.

float CProfileNode::TotalTime [protected]

Definition at line 91 of file btQuickprof.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


bullet
Author(s): Erwin Coumans, ROS package maintained by Tully Foote
autogenerated on Wed Oct 31 2012 07:54:33