Ankush's Garage
A collection of stuff made by Ankush Roy
Loading...
Searching...
No Matches
Timer Class Reference

#include <Timer.h>

Public Member Functions

 Timer (float &val)
 
 ~Timer ()
 

Private Attributes

std::chrono::time_point< std::chrono::high_resolution_clock > m_Start
 
float & m_TotalTime
 

Constructor & Destructor Documentation

◆ Timer()

Timer::Timer ( float & val)
explicit

◆ ~Timer()

Timer::~Timer ( )

Member Data Documentation

◆ m_Start

std::chrono::time_point<std::chrono::high_resolution_clock> Timer::m_Start
private

◆ m_TotalTime

float& Timer::m_TotalTime
private

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