#include <map>
#include <set>
#include <string>
Go to the source code of this file.
◆ PP_CAT
◆ PP_CAT_I
◆ PP_CAT_II
#define PP_CAT_II |
( |
|
p, |
|
|
|
res |
|
) |
| res |
◆ PP_UNIQUE_NAME
#define PP_UNIQUE_NAME |
( |
|
base | ) |
PP_CAT(base, __COUNTER__) |
◆ PROFILECLEAR
Value: { \
Base::Timer::clearAll(); \
}
◆ PROFILEENABLE
#define PROFILEENABLE |
( |
|
a | ) |
|
Value: { \
Base::Timer::enable(a); \
}
◆ PROFILESCOPED
◆ PROFILESTART
#define PROFILESTART |
( |
|
a | ) |
|
Value: { \
Base::Timer::profileStart(a); \
}
◆ PROFILESTOP
Value: { \
Base::Timer::profileStop(a); \
}