![]() |
MAK RTIspy API Documentation for HLA Evolved
|
Collaboration diagram for DtRtiApiStats:Public Member Functions | |
| DtRtiApiStats () | |
| void | reset () |
| const DtString | string () const |
Static Public Member Functions | |
| static const DtString | header () |
Public Attributes | |
| unsigned int | totalCalls |
| double | totalTime |
| double | minCallTime |
| double | maxCallTime |
| double | avgCallTime |
|
inline |
References reset().
|
static |
| void DtRtiApiStats::reset | ( | ) |
References avgCallTime, maxCallTime, minCallTime, totalCalls, and totalTime.
Referenced by DtRtiApiStats().
| const DtString DtRtiApiStats::string | ( | ) | const |
References avgCallTime, maxCallTime, minCallTime, totalCalls, and totalTime.
| double DtRtiApiStats::avgCallTime |
Referenced by DtTrafficStats::fedAmbCalled(), reset(), DtTrafficStats::rtiAmbCalled(), and string().
| double DtRtiApiStats::maxCallTime |
Referenced by DtTrafficStats::fedAmbCalled(), reset(), DtTrafficStats::rtiAmbCalled(), and string().
| double DtRtiApiStats::minCallTime |
Referenced by DtTrafficStats::fedAmbCalled(), reset(), DtTrafficStats::rtiAmbCalled(), and string().
| unsigned int DtRtiApiStats::totalCalls |
Referenced by DtTrafficStats::fedAmbCalled(), reset(), DtTrafficStats::rtiAmbCalled(), and string().
| double DtRtiApiStats::totalTime |
Referenced by DtTrafficStats::fedAmbCalled(), reset(), DtTrafficStats::rtiAmbCalled(), and string().