Beatmup
Beatmup::Profiler::Track Class Reference

Public Member Functions

 Track ()
 

Public Attributes

time_t min
 
time_t max
 
time_t sum
 
uint32_t n
 

Detailed Description

Definition at line 34 of file profiler.h.

Constructor & Destructor Documentation

◆ Track()

Beatmup::Profiler::Track::Track ( )
inline

Definition at line 38 of file profiler.h.

38 : n(0) {}

Member Data Documentation

◆ min

time_t Beatmup::Profiler::Track::min

Definition at line 36 of file profiler.h.

◆ max

time_t Beatmup::Profiler::Track::max

Definition at line 36 of file profiler.h.

◆ sum

time_t Beatmup::Profiler::Track::sum

Definition at line 36 of file profiler.h.

◆ n

uint32_t Beatmup::Profiler::Track::n

Definition at line 37 of file profiler.h.


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