Go to the source code of this file.
|
| #define | DtPROFILE(name) DtPROFILE_X(name, __LINE__); |
| |
| #define | DtPROFILEC(name, color) DtPROFILE_X(name, __LINE__); |
| |
| #define | DtPROFILE_SECTION(name) |
| |
| #define | DtProfilerPlot(x, y) |
| |
| #define | DtProfilerFrameMark |
| |
| #define | DtProfilerThreadName(name) |
| |
| #define | DtProfilerPlot(x, y) |
| |
| #define | DtPROFILE_RESTRICTED(name, target) |
| |
| #define | DtPROFILE_X(name, line) DtPROFILE_ACTUAL(name, line) |
| |
| #define | DtPROFILE_ACTUAL(name, line) |
| |
| #define | DtPROFILE_SECTION_END } |
| |
| #define | DtPERFORMANCE_STAT(name) DtPERFORMANCE_STAT_X(name, __LINE__) |
| |
| #define | DtPERFORMANCE_STAT_X(name, line) DtPERFORMANCE_STAT_ACTUAL(name, line) |
| |
| #define DtPERFORMANCE_STAT_X |
( |
|
name, |
|
|
|
line |
|
) |
| DtPERFORMANCE_STAT_ACTUAL(name, line) |
| #define DtPROFILE_ACTUAL |
( |
|
name, |
|
|
|
line |
|
) |
| |
| #define DtPROFILE_RESTRICTED |
( |
|
name, |
|
|
|
target |
|
) |
| |
| #define DtPROFILE_SECTION |
( |
|
name | ) |
|
| #define DtPROFILE_SECTION_END } |
| #define DtPROFILEC |
( |
|
name, |
|
|
|
color |
|
) |
| DtPROFILE_X(name, __LINE__); |
| #define DtProfilerFrameMark |
| #define DtProfilerPlot |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define DtProfilerPlot |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define DtProfilerThreadName |
( |
|
name | ) |
|