OmniSciDB
a5dc49c757
|
#include <measure.h>
Public Member Functions | |
InjectTimer (std::string const &description, int const &lineNum, std::string const &func) | |
~InjectTimer () | |
Public Attributes | |
std::string | description_ |
int | lineNum_ |
std::string | func_ |
std::chrono::steady_clock::time_point | start_ |
|
inline |
Definition at line 99 of file measure.h.
References description_, func_, g_enable_debug_timer, logger::INFO, lineNum_, LOG, start_, and timer_start().
|
inline |
Definition at line 108 of file measure.h.
References description_, func_, g_enable_debug_timer, logger::INFO, lineNum_, LOG, start_, and timer_stop().
std::string InjectTimer::description_ |
Definition at line 116 of file measure.h.
Referenced by InjectTimer(), and ~InjectTimer().
std::string InjectTimer::func_ |
Definition at line 118 of file measure.h.
Referenced by InjectTimer(), and ~InjectTimer().
int InjectTimer::lineNum_ |
Definition at line 117 of file measure.h.
Referenced by InjectTimer(), and ~InjectTimer().
std::chrono::steady_clock::time_point InjectTimer::start_ |
Definition at line 120 of file measure.h.
Referenced by InjectTimer(), and ~InjectTimer().