TDME2 1.9.121
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Friends | List of all members
Timing Class Referencefinal

Timing class. More...

#include <tdme/engine/Timing.h>

Collaboration diagram for Timing:
Collaboration graph

Public Member Functions

int64_t getFrame ()
 
int64_t getStartTime ()
 
int64_t getTotalTime ()
 
int64_t getLastFrameAtTime ()
 
int64_t getCurrentFrameAtTime ()
 
int64_t getDeltaTime ()
 Gets the time passed between last and current frame. More...
 
float getFPS ()
 
float getAvarageFPS ()
 

Static Public Attributes

static constexpr int64_t UNDEFINED { -1LL }
 

Private Member Functions

void updateTiming ()
 Updates timing. More...
 
 Timing ()
 Public constructor. More...
 

Private Attributes

int64_t frame
 
int64_t startTime
 
int64_t lastFrameAtTime
 
int64_t currentFrameAtTime
 
float fps
 
float avarageFPS
 
array< float, 60 *3 > avarageFPSSequence
 
int avarageFPSIndex { 0 }
 

Friends

class Engine
 

Detailed Description

Timing class.

Author
Andreas Drewke
Version
$Id$

Definition at line 16 of file Timing.h.

Constructor & Destructor Documentation

◆ Timing()

Timing ( )
private

Public constructor.

Definition at line 13 of file Timing.cpp.

Member Function Documentation

◆ getAvarageFPS()

float getAvarageFPS ( )
inline
Returns
avarage fps

Definition at line 100 of file Timing.h.

◆ getCurrentFrameAtTime()

int64_t getCurrentFrameAtTime ( )
inline
Returns
time current frame has been rendered in ms

Definition at line 75 of file Timing.h.

◆ getDeltaTime()

int64_t getDeltaTime ( )
inline

Gets the time passed between last and current frame.

Returns
delta time

Definition at line 83 of file Timing.h.

◆ getFPS()

float getFPS ( )
inline
Returns
avarage fps

Definition at line 93 of file Timing.h.

◆ getFrame()

int64_t getFrame ( )
inline
Returns
frames that have been rendered

Definition at line 47 of file Timing.h.

◆ getLastFrameAtTime()

int64_t getLastFrameAtTime ( )
inline
Returns
time last frame has been rendered in ms

Definition at line 68 of file Timing.h.

◆ getStartTime()

int64_t getStartTime ( )
inline
Returns
start time

Definition at line 54 of file Timing.h.

◆ getTotalTime()

int64_t getTotalTime ( )
inline
Returns
total time the engine is running

Definition at line 61 of file Timing.h.

◆ updateTiming()

void updateTiming ( )
private

Updates timing.

Definition at line 29 of file Timing.cpp.

Friends And Related Function Documentation

◆ Engine

friend class Engine
friend

Definition at line 18 of file Timing.h.

Member Data Documentation

◆ avarageFPS

float avarageFPS
private

Definition at line 29 of file Timing.h.

◆ avarageFPSIndex

int avarageFPSIndex { 0 }
private

Definition at line 31 of file Timing.h.

◆ avarageFPSSequence

array<float, 60 * 3> avarageFPSSequence
private

Definition at line 30 of file Timing.h.

◆ currentFrameAtTime

int64_t currentFrameAtTime
private

Definition at line 27 of file Timing.h.

◆ fps

float fps
private

Definition at line 28 of file Timing.h.

◆ frame

int64_t frame
private

Definition at line 24 of file Timing.h.

◆ lastFrameAtTime

int64_t lastFrameAtTime
private

Definition at line 26 of file Timing.h.

◆ startTime

int64_t startTime
private

Definition at line 25 of file Timing.h.

◆ UNDEFINED

constexpr int64_t UNDEFINED { -1LL }
staticconstexpr

Definition at line 21 of file Timing.h.


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