#include <Profile.h>
◆ const_profile_iterator
◆ profile_iterator
◆ CProfileNode()
CProfileNode::CProfileNode |
( |
const char * |
name, |
|
|
CProfileNode * |
parent |
|
) |
| |
◆ ~CProfileNode()
CProfileNode::~CProfileNode |
( |
| ) |
|
◆ Call()
void CProfileNode::Call |
( |
| ) |
|
◆ CanExpand()
bool CProfileNode::CanExpand |
( |
| ) |
|
◆ Frame()
void CProfileNode::Frame |
( |
| ) |
|
◆ GetChild() [1/2]
◆ GetChild() [2/2]
const CProfileNode * CProfileNode::GetChild |
( |
const char * |
name | ) |
const |
◆ GetChildren()
const std::vector< CProfileNode * > * CProfileNode::GetChildren |
( |
| ) |
const |
|
inline |
◆ GetFrameCalls()
double CProfileNode::GetFrameCalls |
( |
| ) |
const |
◆ GetFrameTime()
double CProfileNode::GetFrameTime |
( |
| ) |
const |
◆ GetName()
const char * CProfileNode::GetName |
( |
| ) |
const |
|
inline |
◆ GetParent()
◆ GetScriptChild() [1/2]
CProfileNode * CProfileNode::GetScriptChild |
( |
const char * |
name | ) |
|
◆ GetScriptChild() [2/2]
const CProfileNode * CProfileNode::GetScriptChild |
( |
const char * |
name | ) |
const |
◆ GetScriptChildren()
const std::vector< CProfileNode * > * CProfileNode::GetScriptChildren |
( |
| ) |
const |
|
inline |
◆ GetTurnCalls()
double CProfileNode::GetTurnCalls |
( |
| ) |
const |
◆ GetTurnTime()
double CProfileNode::GetTurnTime |
( |
| ) |
const |
◆ NONCOPYABLE()
◆ Reset()
void CProfileNode::Reset |
( |
| ) |
|
◆ Return()
bool CProfileNode::Return |
( |
| ) |
|
◆ Turn()
void CProfileNode::Turn |
( |
| ) |
|
◆ CProfileManager
◆ CProfileNodeTable
◆ calls_frame_current
int CProfileNode::calls_frame_current |
|
private |
◆ calls_per_frame
◆ calls_per_turn
◆ calls_turn_current
int CProfileNode::calls_turn_current |
|
private |
◆ children
◆ display_table
◆ name
const char* CProfileNode::name |
|
private |
◆ parent
◆ recursion
int CProfileNode::recursion |
|
private |
◆ script_children
◆ start
double CProfileNode::start |
|
private |
◆ time_frame_current
double CProfileNode::time_frame_current |
|
private |
◆ time_per_frame
◆ time_per_turn
◆ time_turn_current
double CProfileNode::time_turn_current |
|
private |
The documentation for this class was generated from the following files:
- /home/docker/jenkins/workspace/technical-docs/source/ps/Profile.h
- /home/docker/jenkins/workspace/technical-docs/source/ps/Profile.cpp