BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Types | Public Member Functions | Public Attributes | List of all members
Timer Struct Reference

Handler for frametime computation. More...

#include <timer.h>

Public Types

using timepoint = std::chrono::time_point< std::chrono::steady_clock >
 

Public Member Functions

 Timer ()
 Calls tick() and sets frametime to zero. More...
 
void tick ()
 Counts frametime and sets last_tick variable to current time. More...
 

Public Attributes

float frametime
 Duration of the last frame (in seconds). More...
 
timepoint last_tick
 Time of the last tick. More...
 

Detailed Description

Handler for frametime computation.

Definition at line 28 of file timer.h.

Member Typedef Documentation

◆ timepoint

using Timer::timepoint = std::chrono::time_point<std::chrono::steady_clock>

Definition at line 30 of file timer.h.

Constructor & Destructor Documentation

◆ Timer()

Timer::Timer ( )
inline

Calls tick() and sets frametime to zero.

Definition at line 41 of file timer.h.

Here is the call graph for this function:

Member Function Documentation

◆ tick()

void Timer::tick ( )
inline

Counts frametime and sets last_tick variable to current time.

Definition at line 52 of file timer.h.

Here is the caller graph for this function:

Member Data Documentation

◆ frametime

float Timer::frametime

Duration of the last frame (in seconds).

Definition at line 33 of file timer.h.

◆ last_tick

timepoint Timer::last_tick

Time of the last tick.

Definition at line 35 of file timer.h.


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