OmniSciDB
a5dc49c757
|
#include <QueryState.h>
Public Member Functions | |
Event (char const *const name, Events::iterator parent) | |
template<typename Units = std::chrono::milliseconds> | |
boost::optional< typename Units::rep > | duration () const |
void | stop () |
Public Attributes | |
char const *const | name |
Events::iterator const | parent |
std::thread::id const | thread_id |
Clock::duration const | started |
std::atomic< Clock::duration > | stopped |
Definition at line 97 of file QueryState.h.
query_state::Event::Event | ( | char const *const | name, |
Events::iterator | parent | ||
) |
Definition at line 43 of file QueryState.cpp.
|
inline |
void query_state::Event::stop | ( | ) |
char const* const query_state::Event::name |
Definition at line 98 of file QueryState.h.
Events::iterator const query_state::Event::parent |
Definition at line 99 of file QueryState.h.
Clock::duration const query_state::Event::started |
Definition at line 101 of file QueryState.h.
Referenced by duration().
std::atomic<Clock::duration> query_state::Event::stopped |
Definition at line 103 of file QueryState.h.
Referenced by duration(), and stop().
std::thread::id const query_state::Event::thread_id |
Definition at line 100 of file QueryState.h.