Stats Class Reference

#include <VisionX/components/pointcloud_provider/CoFusionProcessor/Stopwatch.h>

Public Member Functions

 Stats ()
 

Public Attributes

Duration averageExecutionTime
 
Duration latestExecutionTime
 
std::size_t numExecutions
 
Duration totalExecutionTime
 

Friends

std::ostream & operator<< (std::ostream &os, const Stats &stats)
 

Detailed Description

Definition at line 14 of file Stopwatch.h.

Constructor & Destructor Documentation

◆ Stats()

Stats ( )
inline

Definition at line 17 of file Stopwatch.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const Stats stats 
)
friend

Definition at line 50 of file Stopwatch.cpp.

Member Data Documentation

◆ averageExecutionTime

Duration averageExecutionTime

Definition at line 22 of file Stopwatch.h.

◆ latestExecutionTime

Duration latestExecutionTime

Definition at line 23 of file Stopwatch.h.

◆ numExecutions

std::size_t numExecutions

Definition at line 19 of file Stopwatch.h.

◆ totalExecutionTime

Duration totalExecutionTime

Definition at line 20 of file Stopwatch.h.


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