![]() |
VR-Forces 4.7 Class Documentation
|
represents an amount of "time", real time or instructions More...
Public Member Functions | |
| DtProfileStat () | |
| default construct | |
| void | reset () |
| reset to default constructed state | |
| double | instructionsPerSecond () const |
| instructions/time | |
| DtProfileStat & | operator+= (const DtProfileStat &) |
| for accumulating stats | |
| template<typename T > | |
| DtProfileStat | operator/ (const T &val) const |
| for averaging | |
Public Attributes | |
| DtUInt64 | instructions |
| double | time |
represents an amount of "time", real time or instructions
| makVrf::DtProfileStat::DtProfileStat | ( | ) |
default construct
| void makVrf::DtProfileStat::reset | ( | ) |
reset to default constructed state
| double makVrf::DtProfileStat::instructionsPerSecond | ( | ) | const |
instructions/time
| DtProfileStat& makVrf::DtProfileStat::operator+= | ( | const DtProfileStat & | ) |
for accumulating stats
|
inline |
for averaging
References instructions, and time.
| DtUInt64 makVrf::DtProfileStat::instructions |
Referenced by operator/().
| double makVrf::DtProfileStat::time |
Referenced by operator/().