|
|
Classes | |
| class | Stats |
| class | Stopwatch |
Typedefs | |
| using | Clock = std::chrono::system_clock |
| using | Duration = std::chrono::duration<float> |
| using | TimePoint = std::chrono::time_point<Clock> |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Stats &stats) |
| std::ostream & | operator<< (std::ostream &os, const Stopwatch &stats) |
| using Clock = std::chrono::system_clock |
Definition at line 10 of file Stopwatch.h.
Definition at line 11 of file Stopwatch.h.
Definition at line 12 of file Stopwatch.h.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const Stats & | stats ) |
Definition at line 52 of file Stopwatch.cpp.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const Stopwatch & | stats ) |
Definition at line 63 of file Stopwatch.cpp.