class for timing things.
More...
#include <utils.h>
|
high_resolution_clock::time_point | _start |
|
|
template<typename T , typename Traits > |
std::basic_ostream< T, Traits > & | operator<< (std::basic_ostream< T, Traits > &out, const Timer &timer) |
|
class for timing things.
Definition at line 103 of file utils.h.
◆ high_resolution_clock
◆ seconds
◆ Timer()
FT::Util::Timer::Timer |
( |
bool |
run = false | ) |
|
|
explicit |
◆ Elapsed()
std::chrono::duration< float > FT::Util::Timer::Elapsed |
( |
| ) |
const |
◆ Reset()
void FT::Util::Timer::Reset |
( |
| ) |
|
◆ operator<<
template<typename T , typename Traits >
std::basic_ostream<T, Traits>& operator<< |
( |
std::basic_ostream< T, Traits > & |
out, |
|
|
const Timer & |
timer |
|
) |
| |
|
friend |
◆ _start
high_resolution_clock::time_point FT::Util::Timer::_start |
|
private |
The documentation for this class was generated from the following files: