#include <Stopwatch.hpp>
|
| Stopwatch () |
|
| Stopwatch (std::string filename_input) |
|
std::string | time_string (TimeUnit u=TimeUnit::NATURAL) |
|
std::chrono::seconds | time () |
|
double | seconds () |
|
void | start () |
|
template<typename ThemeType > |
std::string | info (ThemeType theme, bool RESTART=true) |
|
std::string | info () |
|
template<typename ThemeType > |
void | check (ThemeType theme) |
|
void | check () |
|
template<typename ThemeType , class F , class... ArgTypes> |
std::invoke_result_t< F &&(ArgTypes &&...)> | runTime (ThemeType theme, F &&f, ArgTypes &&... args) |
|
◆ Stopwatch() [1/2]
template<typename ClockClass >
◆ Stopwatch() [2/2]
template<typename ClockClass >
◆ check() [1/2]
template<typename ClockClass >
◆ check() [2/2]
template<typename ClockClass >
template<typename ThemeType >
◆ info() [1/2]
template<typename ClockClass >
◆ info() [2/2]
template<typename ClockClass >
template<typename ThemeType >
◆ runTime()
template<typename ClockClass >
template<typename ThemeType , class F , class... ArgTypes>
std::invoke_result_t< F &&(ArgTypes &&...)> Xped::util::Stopwatch< ClockClass >::runTime |
( |
ThemeType |
theme, |
|
|
F && |
f, |
|
|
ArgTypes &&... |
args |
|
) |
| |
◆ seconds()
template<typename ClockClass >
◆ start()
template<typename ClockClass >
◆ time()
template<typename ClockClass >
◆ time_string()
template<typename ClockClass >
The documentation for this class was generated from the following file: