![]() |
Murl Engine API
Version 2025.1
|
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>
The StatisticsItem object stores a specific time value in two variants: as recent exact value as well as averaged value.
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). | |
|
inline |
Addition operator.
| rhs | The right hand side item. |