Go to the source code of this file.
Macros |
| #define | TracyCSetThreadName(name) ___tracy_set_thread_name( name ); |
| #define | TracyCZone(c, x) |
| #define | TracyCZoneN(c, x, y) |
| #define | TracyCZoneC(c, x, y) |
| #define | TracyCZoneNC(c, x, y, z) |
| #define | TracyCZoneEnd(c) |
| #define | TracyCZoneText(c, x, y) |
| #define | TracyCZoneName(c, x, y) |
| #define | TracyCZoneValue(c, x) |
| #define | TracyCAlloc(x, y) |
| #define | TracyCFree(x) |
| #define | TracyCSecureAlloc(x, y) |
| #define | TracyCSecureFree(x) |
| #define | TracyCFrameMark |
| #define | TracyCFrameMarkNamed(x) |
| #define | TracyCFrameMarkStart(x) |
| #define | TracyCFrameMarkEnd(x) |
| #define | TracyCFrameImage(x, y, z, w, a) |
| #define | TracyCPlot(x, y) |
| #define | TracyCMessage(x, y) |
| #define | TracyCMessageL(x) |
| #define | TracyCMessageC(x, y, z) |
| #define | TracyCMessageLC(x, y) |
| #define | TracyCAppInfo(x, y) |
| #define | TracyCZoneS(x, y, z) |
| #define | TracyCZoneNS(x, y, z, w) |
| #define | TracyCZoneCS(x, y, z, w) |
| #define | TracyCZoneNCS(x, y, z, w, a) |
| #define | TracyCAllocS(x, y, z) |
| #define | TracyCFreeS(x, y) |
| #define | TracyCSecureAllocS(x, y, z) |
| #define | TracyCSecureFreeS(x, y) |
| #define | TracyCMessageS(x, y, z) |
| #define | TracyCMessageLS(x, y) |
| #define | TracyCMessageCS(x, y, z, w) |
| #define | TracyCMessageLCS(x, y, z) |
Macro Definition Documentation
| #define TracyCZone |
( |
|
c, |
|
|
|
x |
|
) |
| |
| #define TracyCZoneN |
( |
|
c, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCZoneC |
( |
|
c, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCZoneNC |
( |
|
c, |
|
|
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
| #define TracyCZoneEnd |
( |
|
c | ) |
|
| #define TracyCZoneText |
( |
|
c, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCZoneName |
( |
|
c, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCZoneValue |
( |
|
c, |
|
|
|
x |
|
) |
| |
| #define TracyCAlloc |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCSecureAlloc |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCSecureFree |
( |
|
x | ) |
|
| #define TracyCFrameMarkNamed |
( |
|
x | ) |
|
| #define TracyCFrameMarkStart |
( |
|
x | ) |
|
| #define TracyCFrameMarkEnd |
( |
|
x | ) |
|
| #define TracyCFrameImage |
( |
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
w, |
|
|
|
a |
|
) |
| |
| #define TracyCPlot |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCMessage |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCMessageL |
( |
|
x | ) |
|
| #define TracyCMessageC |
( |
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
| #define TracyCMessageLC |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCAppInfo |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCZoneS |
( |
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
| #define TracyCZoneNS |
( |
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
w |
|
) |
| |
| #define TracyCZoneCS |
( |
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
w |
|
) |
| |
| #define TracyCZoneNCS |
( |
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
w, |
|
|
|
a |
|
) |
| |
| #define TracyCAllocS |
( |
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
| #define TracyCFreeS |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCSecureAllocS |
( |
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
| #define TracyCSecureFreeS |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCMessageS |
( |
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
| #define TracyCMessageLS |
( |
|
x, |
|
|
|
y |
|
) |
| |
| #define TracyCMessageCS |
( |
|
x, |
|
|
|
y, |
|
|
|
z, |
|
|
|
w |
|
) |
| |
| #define TracyCMessageLCS |
( |
|
x, |
|
|
|
y, |
|
|
|
z |
|
) |
| |
Typedef Documentation
Function Documentation