#include <tpf_chrono_random.hpp>
|
| stop_watch () |
|
void | reset () const |
|
template<typename TimeUnit = milli_t> |
auto | elapsed (bool bReset=true) const |
|
template<typename TimeUnit = milli_t> |
std::string | elapsed_time (bool bReset=true, TimeUnit dummy_time=TimeUnit{}) const |
|
Definition at line 124 of file tpf_chrono_random.hpp.
◆ stop_watch()
tpf::chrono_random::stop_watch::stop_watch |
( |
| ) |
|
|
inline |
◆ elapsed()
template<typename TimeUnit = milli_t>
auto tpf::chrono_random::stop_watch::elapsed |
( |
bool |
bReset = true | ) |
const |
|
inline |
◆ elapsed_time()
template<typename TimeUnit = milli_t>
std::string tpf::chrono_random::stop_watch::elapsed_time |
( |
bool |
bReset = true , |
|
|
TimeUnit |
dummy_time = TimeUnit{} |
|
) |
| const |
|
inline |
◆ reset()
void tpf::chrono_random::stop_watch::reset |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: