ADUL
Collection of reusable C++ utilities
|
wrapper for part of std::chrono::steady_clock STL interface
More...
#include <time.hpp>
Public Member Functions | |
void | start () |
void | stop () |
bool | isReady () const |
chrono::steady_clock::duration | timeElapsed () const |
Protected Attributes | |
chrono::steady_clock::time_point | startPoint |
bool | flagReady = false |
wrapper for part of std::chrono::steady_clock STL interface
Must be started before usage
bool adul::time::Clock::isReady | ( | ) | const |
void adul::time::Clock::start | ( | ) |
void adul::time::Clock::stop | ( | ) |
chrono::steady_clock::duration adul::time::Clock::timeElapsed | ( | ) | const |
|
protected |
|
protected |