Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::IntervalProfilerSampleStatistics Struct Reference

#include <kanzi/core/profiling/interval_profiler_sample_statistics.hpp>

Public Member Functions

chrono::nanoseconds calculateAverage () const
 Calculates the average duration of the interval. More...
 
 IntervalProfilerSampleStatistics ()
 Constructor. More...
 

Public Attributes

chrono::nanoseconds m_longestInterval
 The longest interval. More...
 
uint64_t m_numIntervals
 Total number of intervals measured. More...
 
chrono::nanoseconds m_shortestInterval
 The shortest interval. More...
 
chrono::nanoseconds m_totalDuration
 The total duration of all intervals. More...
 

Detailed Description

Interval profiler sample statistics.

Constructor & Destructor Documentation

kanzi::IntervalProfilerSampleStatistics::IntervalProfilerSampleStatistics ( )
inlineexplicit

Constructor.

Member Function Documentation

chrono::nanoseconds kanzi::IntervalProfilerSampleStatistics::calculateAverage ( ) const
inline

Calculates the average duration of the interval.

Member Data Documentation

chrono::nanoseconds kanzi::IntervalProfilerSampleStatistics::m_totalDuration

The total duration of all intervals.

chrono::nanoseconds kanzi::IntervalProfilerSampleStatistics::m_longestInterval

The longest interval.

chrono::nanoseconds kanzi::IntervalProfilerSampleStatistics::m_shortestInterval

The shortest interval.

uint64_t kanzi::IntervalProfilerSampleStatistics::m_numIntervals

Total number of intervals measured.


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