NAIA
1.0.2
|
#include <Benchmark.h>
Public Member Functions | |
Stopwatch (std::string name, Benchmark *bench) | |
~Stopwatch () | |
Private Attributes | |
std::string | m_name |
Benchmark * | m_bench |
t_clock::time_point | m_start |
Definition at line 53 of file Benchmark.h.
|
inline |
Definition at line 55 of file Benchmark.h.
|
inline |
Definition at line 56 of file Benchmark.h.
References m_bench, m_name, m_start, and NAIA::Benchmark::UpdateTimer().
|
private |
Definition at line 61 of file Benchmark.h.
Referenced by ~Stopwatch().
|
private |
Definition at line 56 of file Benchmark.h.
Referenced by ~Stopwatch().
|
private |
Definition at line 63 of file Benchmark.h.
Referenced by ~Stopwatch().