![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <util/log.h>#include <util/macros.h>#include <util/time.h>#include <util/types.h>#include <chrono>#include <optional>#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 | |
| namespace | BCLog |
Macros | |
| #define | LOG_TIME_MICROS_WITH_CATEGORY(end_msg, log_category) |
| #define | LOG_TIME_MILLIS_WITH_CATEGORY(end_msg, log_category) |
| #define | LOG_TIME_MILLIS_WITH_CATEGORY_MSG_ONCE(end_msg, log_category) |
| #define | LOG_TIME_SECONDS(end_msg) |
| #define LOG_TIME_MICROS_WITH_CATEGORY | ( | end_msg, | |
| log_category ) |
| #define LOG_TIME_MILLIS_WITH_CATEGORY | ( | end_msg, | |
| log_category ) |
| #define LOG_TIME_MILLIS_WITH_CATEGORY_MSG_ONCE | ( | end_msg, | |
| log_category ) |
| #define LOG_TIME_SECONDS | ( | end_msg | ) |