All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kanzi::StopWatch Class Reference

Stop watch class. More...

#include <kanzi/util/stop_watch.hpp>

Public Member Functions

 StopWatch ()
 Constructor. More...
 
chrono::milliseconds getDeltaTime ()
 

Protected Attributes

unsigned int m_previousTime
 Time during last update. More...
 

Detailed Description

Stop watch class.

Constructor & Destructor Documentation

kanzi::StopWatch::StopWatch ( )

Constructor.

Member Function Documentation

chrono::milliseconds kanzi::StopWatch::getDeltaTime ( )

Member Data Documentation

unsigned int kanzi::StopWatch::m_previousTime
protected

Time during last update.


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