#include <logging.h>
#include <util/macros.h>
#include <util/time.h>
#include <util/types.h>
#include <chrono>
#include <string>
Go to the source code of this file.
◆ LOG_TIME_MICROS_WITH_CATEGORY
#define LOG_TIME_MICROS_WITH_CATEGORY |
( |
|
end_msg, |
|
|
|
log_category |
|
) |
| |
Value:
__func__, end_msg, log_category)
RAII-style object that outputs timing information to logs.
#define UNIQUE_LOG_NAME(name)
Definition at line 94 of file timer.h.
◆ LOG_TIME_MILLIS_WITH_CATEGORY
#define LOG_TIME_MILLIS_WITH_CATEGORY |
( |
|
end_msg, |
|
|
|
log_category |
|
) |
| |
Value:
__func__, end_msg, log_category)
Definition at line 97 of file timer.h.
◆ LOG_TIME_MILLIS_WITH_CATEGORY_MSG_ONCE
#define LOG_TIME_MILLIS_WITH_CATEGORY_MSG_ONCE |
( |
|
end_msg, |
|
|
|
log_category |
|
) |
| |
Value:
__func__, end_msg, log_category, false)
Definition at line 100 of file timer.h.
◆ LOG_TIME_SECONDS
#define LOG_TIME_SECONDS |
( |
|
end_msg | ) |
|