#include <time_bound_logger.h>
|
| using | TClock = std::chrono::steady_clock |
| |
|
| static std::string | human_time (const TClock::duration &d) |
| |
◆ TClock
◆ TimeBoundLogger() [1/2]
| asynchost::TimeBoundLogger::TimeBoundLogger |
( |
const std::string & |
m | ) |
|
|
inline |
◆ TimeBoundLogger() [2/2]
template<typename Rep , typename Period >
| asynchost::TimeBoundLogger::TimeBoundLogger |
( |
std::string |
m, |
|
|
const std::chrono::duration< Rep, Period > & |
mt |
|
) |
| |
|
inline |
◆ ~TimeBoundLogger()
| asynchost::TimeBoundLogger::~TimeBoundLogger |
( |
| ) |
|
|
inline |
◆ human_time()
| static std::string asynchost::TimeBoundLogger::human_time |
( |
const TClock::duration & |
d | ) |
|
|
inlinestatic |
◆ default_max_time
| std::chrono::microseconds asynchost::TimeBoundLogger::default_max_time |
|
static |
◆ max_time
| TClock::duration asynchost::TimeBoundLogger::max_time |
◆ message
| std::string asynchost::TimeBoundLogger::message |
◆ start_time
| TClock::time_point asynchost::TimeBoundLogger::start_time |
The documentation for this struct was generated from the following files: