| 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 70 of file btQuickprof.h.
| CProfileNode::CProfileNode | ( | const char * | name, | 
| CProfileNode * | parent | ||
| ) | 
Definition at line 284 of file btQuickprof.cpp.
| CProfileNode::~CProfileNode | ( | void | ) | 
Definition at line 307 of file btQuickprof.cpp.
| void CProfileNode::Call | ( | void | ) | 
Definition at line 356 of file btQuickprof.cpp.
| void CProfileNode::CleanupMemory | ( | ) | 
Definition at line 299 of file btQuickprof.cpp.
| 
 | inline | 
Definition at line 80 of file btQuickprof.h.
| 
 | inline | 
Definition at line 87 of file btQuickprof.h.
| 
 | inline | 
Definition at line 78 of file btQuickprof.h.
| 
 | inline | 
Definition at line 79 of file btQuickprof.h.
| CProfileNode * CProfileNode::Get_Sub_Node | ( | const char * | name | ) | 
Definition at line 321 of file btQuickprof.cpp.
| 
 | inline | 
Definition at line 88 of file btQuickprof.h.
| 
 | inline | 
Definition at line 89 of file btQuickprof.h.
| 
 | inline | 
Definition at line 90 of file btQuickprof.h.
| void CProfileNode::Reset | ( | void | ) | 
Definition at line 341 of file btQuickprof.cpp.
| bool CProfileNode::Return | ( | void | ) | 
Definition at line 365 of file btQuickprof.cpp.
| 
 | inline | 
Definition at line 91 of file btQuickprof.h.
| 
 | protected | 
Definition at line 101 of file btQuickprof.h.
| 
 | protected | 
Definition at line 103 of file btQuickprof.h.
| 
 | protected | 
Definition at line 94 of file btQuickprof.h.
| 
 | protected | 
Definition at line 100 of file btQuickprof.h.
| 
 | protected | 
Definition at line 98 of file btQuickprof.h.
| 
 | protected | 
Definition at line 102 of file btQuickprof.h.
| 
 | protected | 
Definition at line 97 of file btQuickprof.h.
| 
 | protected | 
Definition at line 95 of file btQuickprof.h.
| 
 | protected | 
Definition at line 96 of file btQuickprof.h.
 1.8.11
 1.8.11