![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
#include <logging.h>#include <util/macros.h>#include <util/time.h>#include <chrono>#include <string>Go to the source code of this file.
Classes | |
| class | BCLog::Timer< TimeType > |
| RAII-style object that outputs timing information to logs. More... | |
Namespaces | |
| BCLog | |
Macros | |
| #define | LOG_TIME_MILLIS_WITH_CATEGORY(end_msg, log_category) BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, log_category) |
| #define | LOG_TIME_SECONDS(end_msg) BCLog::Timer<std::chrono::seconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg) |
| #define LOG_TIME_MILLIS_WITH_CATEGORY | ( | end_msg, | |
| log_category | |||
| ) | BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, log_category) |
| #define LOG_TIME_SECONDS | ( | end_msg | ) | BCLog::Timer<std::chrono::seconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg) |
1.8.14