|
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 166 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 173 of file io_latency_probe.h.
|
noexcept |
Definition at line 190 of file io_latency_probe.h.
|
delete |
| beast::io_latency_probe< Clock >::sample_op< Handler >::~sample_op | ( | ) |
Definition at line 209 of file io_latency_probe.h.
|
delete |
|
delete |
| void beast::io_latency_probe< Clock >::sample_op< Handler >::operator() | ( | ) | const |
Definition at line 216 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 258 of file io_latency_probe.h.
| Handler beast::io_latency_probe< Clock >::sample_op< Handler >::m_handler |
Definition at line 168 of file io_latency_probe.h.
| time_point beast::io_latency_probe< Clock >::sample_op< Handler >::m_start |
Definition at line 169 of file io_latency_probe.h.
| bool beast::io_latency_probe< Clock >::sample_op< Handler >::m_repeat |
Definition at line 170 of file io_latency_probe.h.
| io_latency_probe* beast::io_latency_probe< Clock >::sample_op< Handler >::m_probe |
Definition at line 171 of file io_latency_probe.h.