HerdSoftware  0.1.1
Public Member Functions | Private Attributes | List of all members
Stopwatch Class Reference

#include <Benchmark.h>

Public Member Functions

 Stopwatch (std::string name, Benchmark *bench)
 
 ~Stopwatch ()
 

Private Attributes

std::string m_name
 
Benchmarkm_bench
 
t_clock::time_point m_start
 

Constructor & Destructor Documentation

◆ Stopwatch()

Stopwatch::Stopwatch ( std::string  name,
Benchmark bench 
)
inline

◆ ~Stopwatch()

Stopwatch::~Stopwatch ( )
inline

Member Data Documentation

◆ m_bench

Benchmark* Stopwatch::m_bench
private

◆ m_name

std::string Stopwatch::m_name
private

◆ m_start

t_clock::time_point Stopwatch::m_start
private

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