rippled
|
Public Member Functions | |
sample_op (Handler const &handler, time_point const &start, bool repeat, io_latency_probe *probe) | |
sample_op (sample_op &&from) noexcept | |
sample_op (sample_op const &)=delete | |
sample_op | operator= (sample_op const &)=delete |
sample_op & | operator= (sample_op &&)=delete |
~sample_op () | |
void | operator() () const |
void | operator() (boost::system::error_code const &ec) |
Public Attributes | |
Handler | m_handler |
time_point | m_start |
bool | m_repeat |
io_latency_probe * | m_probe |
Definition at line 158 of file io_latency_probe.h.
beast::io_latency_probe< Clock >::sample_op< Handler >::sample_op | ( | Handler const & | handler, |
time_point const & | start, | ||
bool | repeat, | ||
io_latency_probe * | probe | ||
) |
Definition at line 165 of file io_latency_probe.h.
|
noexcept |
Definition at line 179 of file io_latency_probe.h.
|
delete |
beast::io_latency_probe< Clock >::sample_op< Handler >::~sample_op | ( | ) |
Definition at line 195 of file io_latency_probe.h.
|
delete |
|
delete |
void beast::io_latency_probe< Clock >::sample_op< Handler >::operator() | ( | ) | const |
Definition at line 202 of file io_latency_probe.h.
void beast::io_latency_probe< Clock >::sample_op< Handler >::operator() | ( | boost::system::error_code const & | ec | ) |
Definition at line 243 of file io_latency_probe.h.
Handler beast::io_latency_probe< Clock >::sample_op< Handler >::m_handler |
Definition at line 160 of file io_latency_probe.h.
time_point beast::io_latency_probe< Clock >::sample_op< Handler >::m_start |
Definition at line 161 of file io_latency_probe.h.
bool beast::io_latency_probe< Clock >::sample_op< Handler >::m_repeat |
Definition at line 162 of file io_latency_probe.h.
io_latency_probe* beast::io_latency_probe< Clock >::sample_op< Handler >::m_probe |
Definition at line 163 of file io_latency_probe.h.