#include <cpg_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 cpg_chrono_random.hpp.
◆ stop_watch()
| cpg::chrono_random::stop_watch::stop_watch |
( |
| ) |
|
|
inline |
◆ elapsed()
template<typename TimeUnit = milli_t>
| auto cpg::chrono_random::stop_watch::elapsed |
( |
bool |
bReset = true | ) |
const |
|
inline |
◆ elapsed_time()
template<typename TimeUnit = milli_t>
| std::string cpg::chrono_random::stop_watch::elapsed_time |
( |
bool |
bReset = true, |
|
|
TimeUnit |
dummy_time = TimeUnit{} |
|
) |
| const |
|
inline |
◆ reset()
| void cpg::chrono_random::stop_watch::reset |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: