|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CHTimer::CStats Struct ReferenceSome statistics They can be build from a set of nodes.
More...
Inheritance diagram for NLMISC::CHTimer::CStats:
List of all members.
Detailed Description
Some statistics They can be build from a set of nodes.
Definition at line 336 of file hierarchical_timer.h.
Member Function Documentation
void NLMISC::CHTimer::CStats::buildFromNode |
( |
CNode * |
node, |
|
|
double |
msPerTick |
|
) |
|
|
void NLMISC::CHTimer::CStats::buildFromNodes |
( |
CNode ** |
firstNode, |
|
|
uint |
numNodes, |
|
|
double |
msPerTick |
|
) |
|
|
void NLMISC::CHTimer::CStats::display |
( |
CLog * |
log, |
|
|
bool |
displayEx = false, |
|
|
bool |
wantStandardDeviation = false |
|
) |
|
|
void NLMISC::CHTimer::CStats::getStats |
( |
std::string & |
dest, |
|
|
bool |
statEx, |
|
|
double |
rootTotalTime, |
|
|
bool |
wantStandardDeviation = false |
|
) |
|
|
Member Data Documentation
double NLMISC::CHTimer::CStats::MaxTime
|
|
double NLMISC::CHTimer::CStats::MeanTime
|
|
double NLMISC::CHTimer::CStats::MinTime
|
|
uint64 NLMISC::CHTimer::CStats::NumVisits
|
|
double NLMISC::CHTimer::CStats::TimeStandardDeviation
|
|
double NLMISC::CHTimer::CStats::TotalTime
|
|
double NLMISC::CHTimer::CStats::TotalTimeWithoutSons
|
|
The documentation for this struct was generated from the following files:
|
|