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.
◆ operator+()
Addition operator.
- Parameters
-
rhs | The right hand side item. |
- Returns
- The added item.
◆ mRecentUSec
Double Murl::Core::StatisticsItem::mRecentUSec |
The exact time value in µsec of the recent frame.
◆ mAveragedUSec
Double Murl::Core::StatisticsItem::mAveragedUSec |
The averaged time value in µsec of the last frames (averaging factor is 0.1).
The documentation for this class was generated from the following file: