|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CHTimer::CNode Struct Referencea node in an execution path.
More...
List of all members.
Detailed Description
a node in an execution path.
Definition at line 287 of file hierarchical_timer.h.
Member Typedef Documentation
typedef std::vector<double> NLMISC::CHTimer::CNode::TTimeVect
|
|
Constructor & Destructor Documentation
NLMISC::CHTimer::CNode::CNode |
( |
CHTimer * |
owner = NULL, |
|
|
CNode * |
parent = NULL |
|
) |
[inline] |
|
NLMISC::CHTimer::CNode::~CNode |
( |
|
) |
|
|
Member Function Documentation
void NLMISC::CHTimer::CNode::displayPath |
( |
CLog * |
log |
) |
const |
|
uint NLMISC::CHTimer::CNode::getNumNodes |
( |
|
) |
const |
|
void NLMISC::CHTimer::CNode::getPath |
( |
std::string & |
dest |
) |
const |
|
void NLMISC::CHTimer::CNode::releaseSons |
( |
|
) |
|
|
void NLMISC::CHTimer::CNode::reset |
( |
|
) |
[inline] |
|
Member Data Documentation
uint64 NLMISC::CHTimer::CNode::LastSonsTotalTime
|
|
uint64 NLMISC::CHTimer::CNode::MaxTime
|
|
uint64 NLMISC::CHTimer::CNode::MinTime
|
|
uint64 NLMISC::CHTimer::CNode::NumVisits
|
|
CHTimer* NLMISC::CHTimer::CNode::Owner
|
|
CNode* NLMISC::CHTimer::CNode::Parent
|
|
uint64 NLMISC::CHTimer::CNode::SonsPreambule
|
|
uint64 NLMISC::CHTimer::CNode::SonsTotalTime
|
|
uint64 NLMISC::CHTimer::CNode::TotalTime
|
|
The documentation for this struct was generated from the following files:
|
|