A helper class for tracking and logging short time intervals across a period of time.
More...
#include <src/logging.h>
|
void | first_point (const std::chrono::steady_clock::time_point &point) |
|
void | first_point_now () |
|
bool | is_enabled () const |
|
void | reset () |
|
void | second_point_and_log (const std::chrono::steady_clock::time_point &point) |
|
void | second_point_now_and_log () |
|
| time_delta_periodic_logger (boost::log::sources::severity_logger< int > &severity, std::string_view message, std::chrono::seconds interval_in_seconds=std::chrono::seconds(20)) |
|
A helper class for tracking and logging short time intervals across a period of time.
Examples
logger.first_point_now();
logger.second_point_now_and_log();
logger.first_point_now();
logger.second_point_now_and_log();
A helper class for tracking and logging short time intervals across a period of time.
Definition logging.h:166
The documentation for this class was generated from the following file: