CUBRID Engine
latest
|
#include <monitor_collect.hpp>
Public Member Functions | |
timer (void) | |
void | reset (void) |
duration | time (void) |
Private Attributes | |
time_point | m_timept |
Definition at line 37 of file monitor_collect.hpp.
|
inline |
Definition at line 545 of file monitor_collect.hpp.
|
inline |
Definition at line 552 of file monitor_collect.hpp.
References m_timept.
Referenced by cubmonitor::timer_statistic< T >::reset_timer(), and cubmonitor::counter_timer_statistic< A, T >::reset_timer().
|
inline |
Definition at line 558 of file monitor_collect.hpp.
References m_timept.
Referenced by cubmonitor::timer_statistic< T >::time(), cubmonitor::counter_timer_statistic< A, T >::time_and_increment(), and cubmonitor::counter_timer_max_statistic< A, T, M >::time_and_increment().
|
private |
Definition at line 46 of file monitor_collect.hpp.