#include <chrono>
#include <functional>
#include <iosfwd>
#include <utility>
Go to the source code of this file.
Classes | |
struct | utils::optimer< ResolutionType, ClockType > |
Reports time elapsed at the end of an object scope. More... | |
Namespaces | |
utils | |
Typedefs | |
using | utils::ms_optimer = optimer< std::chrono::milliseconds > |
Time elapsed with millisecond resolution. More... | |
Functions | |
template<typename... OpTimerArgs> | |
std::ostream & | utils::operator<< (std::ostream &o, const optimer< OpTimerArgs... > &tm) |
Formats time elapsed for writing to a stream. More... | |