Murl::Core::StatisticsItem Class Reference
The StatisticsItem object stores a specific time value in two variants: as recent exact value as well as averaged value. More...
#include "murl_core_i_statistics.h"
Public Member Functions | |
| StatisticsItem () | |
| The default constructor. | |
| StatisticsItem | operator+ (const StatisticsItem &rhs) const |
| Addition operator. More... | |
Public Attributes | |
| Double | mRecentUSec |
| The exact time value in µsec of the recent frame. | |
| Double | mAveragedUSec |
| The averaged time value in µsec of the last frames (averaging factor is 0.1). | |
Detailed Description
The StatisticsItem object stores a specific time value in two variants: as recent exact value as well as averaged value.
Member Function Documentation
◆ operator+()
|
inline |
Addition operator.
- Parameters
-
rhs The right hand side item.
- Returns
- The added item.
References mAveragedUSec, and mRecentUSec.
The documentation for this class was generated from the following file:
- murl_core_i_statistics.h