Murl Engine API  Version 2024.1
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>

Detailed Description

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).
 

Member Function Documentation

◆ operator+()

StatisticsItem Murl::Core::StatisticsItem::operator+ ( const StatisticsItem rhs) const
inline

Addition operator.

Parameters
rhsThe right hand side item.
Returns
The added item.

The documentation for this class was generated from the following file: