#include <string>
#include <stdio.h>
#include <memory>
#include "misc_log_ex.h"
Go to the source code of this file.
|
| namespace | tools |
| | Various Tools.
|
◆ PERF_TIMER
| #define PERF_TIMER |
( |
| name | ) |
|
Value:
#define PERF_TIMER_UNIT(name, unit)
Definition at line 82 of file perf_timer.h.
◆ PERF_TIMER_L
| #define PERF_TIMER_L |
( |
| name, |
|
|
| l ) |
Value:
#define PERF_TIMER_UNIT_L(name, unit, l)
Definition at line 83 of file perf_timer.h.
◆ PERF_TIMER_PAUSE
| #define PERF_TIMER_PAUSE |
( |
| name | ) |
|
◆ PERF_TIMER_RESUME
| #define PERF_TIMER_RESUME |
( |
| name | ) |
|
◆ PERF_TIMER_START
| #define PERF_TIMER_START |
( |
| name | ) |
|
Value:
#define PERF_TIMER_START_UNIT(name, unit)
Definition at line 85 of file perf_timer.h.
◆ PERF_TIMER_START_UNIT
| #define PERF_TIMER_START_UNIT |
( |
| name, |
|
|
| unit ) |
Value:
#define ELECTRONEUM_DEFAULT_LOG_CATEGORY
@ Info
Mainly useful to represent current progress of application.
Definition at line 84 of file perf_timer.h.
◆ PERF_TIMER_STOP
| #define PERF_TIMER_STOP |
( |
| name | ) |
|
Value:do { pt_##name.reset(NULL); } while(0)
Definition at line 86 of file perf_timer.h.
◆ PERF_TIMER_UNIT
| #define PERF_TIMER_UNIT |
( |
| name, |
|
|
| unit ) |
◆ PERF_TIMER_UNIT_L
| #define PERF_TIMER_UNIT_L |
( |
| name, |
|
|
| unit, |
|
|
| l ) |