| Bullet Collision Detection & Physics Library
    | 
A node in the Profile Hierarchy Tree. More...
#include <btQuickprof.h>

| Public Member Functions | |
| CProfileNode (const char *name, CProfileNode *parent) | |
| ~CProfileNode (void) | |
| CProfileNode * | Get_Sub_Node (const char *name) | 
| CProfileNode * | Get_Parent (void) | 
| CProfileNode * | Get_Sibling (void) | 
| CProfileNode * | Get_Child (void) | 
| void | CleanupMemory () | 
| void | Reset (void) | 
| void | Call (void) | 
| bool | Return (void) | 
| const char * | Get_Name (void) | 
| int | Get_Total_Calls (void) | 
| float | Get_Total_Time (void) | 
| void * | GetUserPointer () const | 
| void | SetUserPointer (void *ptr) | 
| Protected Attributes | |
| const char * | Name | 
| int | TotalCalls | 
| float | TotalTime | 
| unsigned long int | StartTime | 
| int | RecursionCounter | 
| CProfileNode * | Parent | 
| CProfileNode * | Child | 
| CProfileNode * | Sibling | 
| void * | m_userPtr | 
A node in the Profile Hierarchy Tree.
Definition at line 91 of file btQuickprof.h.
| CProfileNode::CProfileNode | ( | const char * | name, | 
| CProfileNode * | parent | ||
| ) | 
Definition at line 316 of file btQuickprof.cpp.
| CProfileNode::~CProfileNode | ( | void | ) | 
Definition at line 339 of file btQuickprof.cpp.
| void CProfileNode::Call | ( | void | ) | 
Definition at line 388 of file btQuickprof.cpp.
| void CProfileNode::CleanupMemory | ( | ) | 
Definition at line 331 of file btQuickprof.cpp.
| 
 | inline | 
Definition at line 101 of file btQuickprof.h.
| 
 | inline | 
Definition at line 108 of file btQuickprof.h.
| 
 | inline | 
Definition at line 99 of file btQuickprof.h.
| 
 | inline | 
Definition at line 100 of file btQuickprof.h.
| CProfileNode * CProfileNode::Get_Sub_Node | ( | const char * | name | ) | 
Definition at line 353 of file btQuickprof.cpp.
| 
 | inline | 
Definition at line 109 of file btQuickprof.h.
| 
 | inline | 
Definition at line 110 of file btQuickprof.h.
| 
 | inline | 
Definition at line 111 of file btQuickprof.h.
| void CProfileNode::Reset | ( | void | ) | 
Definition at line 373 of file btQuickprof.cpp.
| bool CProfileNode::Return | ( | void | ) | 
Definition at line 397 of file btQuickprof.cpp.
| 
 | inline | 
Definition at line 112 of file btQuickprof.h.
| 
 | protected | 
Definition at line 122 of file btQuickprof.h.
| 
 | protected | 
Definition at line 124 of file btQuickprof.h.
| 
 | protected | 
Definition at line 115 of file btQuickprof.h.
| 
 | protected | 
Definition at line 121 of file btQuickprof.h.
| 
 | protected | 
Definition at line 119 of file btQuickprof.h.
| 
 | protected | 
Definition at line 123 of file btQuickprof.h.
| 
 | protected | 
Definition at line 118 of file btQuickprof.h.
| 
 | protected | 
Definition at line 116 of file btQuickprof.h.
| 
 | protected | 
Definition at line 117 of file btQuickprof.h.
 1.8.12
 1.8.12