#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.
◆ LOG_TIME_MICROS_WITH_CATEGORY
| #define LOG_TIME_MICROS_WITH_CATEGORY |
( |
| end_msg, |
|
|
| log_category ) |
Value:
RAII-style object that outputs timing information to logs.
#define UNIQUE_NAME(name)
Definition at line 101 of file timer.h.
◆ LOG_TIME_MILLIS_WITH_CATEGORY
| #define LOG_TIME_MILLIS_WITH_CATEGORY |
( |
| end_msg, |
|
|
| log_category ) |
◆ LOG_TIME_MILLIS_WITH_CATEGORY_MSG_ONCE
| #define LOG_TIME_MILLIS_WITH_CATEGORY_MSG_ONCE |
( |
| end_msg, |
|
|
| log_category ) |
◆ LOG_TIME_SECONDS
| #define LOG_TIME_SECONDS |
( |
| end_msg | ) |
|