|
Deki 1.3.0
Modular C++ 2D engine for embedded displays and desktop
|
Profiling macros for instrumenting critical code paths. More...
Macros | |
| #define | DEKI_PROFILE_SCOPE |
| #define | DEKI_PROFILE_SCOPE_N(name) |
| #define | DEKI_PROFILE_FRAME |
| #define | DEKI_PROFILE_FRAME_N(name) |
| #define | DEKI_PROFILE_PLOT(name, value) |
| #define | DEKI_PROFILE_MESSAGE(text, size) |
| #define | DEKI_PROFILE_SCOPE_COLOR(color) |
Profiling macros for instrumenting critical code paths.
Usage:
| #define DEKI_PROFILE_SCOPE |
| #define DEKI_PROFILE_SCOPE_N | ( | name | ) |
| #define DEKI_PROFILE_FRAME |
| #define DEKI_PROFILE_FRAME_N | ( | name | ) |
| #define DEKI_PROFILE_PLOT | ( | name, | |
| value ) |
| #define DEKI_PROFILE_MESSAGE | ( | text, | |
| size ) |
| #define DEKI_PROFILE_SCOPE_COLOR | ( | color | ) |