Public Member Functions |
| tracy_force_inline | ScopedZone (const SourceLocationData *srcloc, bool is_active=true) |
| tracy_force_inline | ScopedZone (const SourceLocationData *srcloc, int depth, bool is_active=true) |
| tracy_force_inline | ScopedZone (uint32_t line, const char *source, size_t sourceSz, const char *function, size_t functionSz, const char *name, size_t nameSz, bool is_active=true) |
| tracy_force_inline | ScopedZone (uint32_t line, const char *source, size_t sourceSz, const char *function, size_t functionSz, const char *name, size_t nameSz, int depth, bool is_active=true) |
| tracy_force_inline | ~ScopedZone () |
| tracy_force_inline void | Text (const char *txt, size_t size) |
| tracy_force_inline void | Name (const char *txt, size_t size) |
| tracy_force_inline void | Value (uint64_t value) |
Constructor & Destructor Documentation
| tracy_force_inline tracy::ScopedZone::ScopedZone |
( |
uint32_t |
line, |
|
|
const char * |
source, |
|
|
size_t |
sourceSz, |
|
|
const char * |
function, |
|
|
size_t |
functionSz, |
|
|
const char * |
name, |
|
|
size_t |
nameSz, |
|
|
bool |
is_active = true |
|
) |
| |
|
inline |
| tracy_force_inline tracy::ScopedZone::ScopedZone |
( |
uint32_t |
line, |
|
|
const char * |
source, |
|
|
size_t |
sourceSz, |
|
|
const char * |
function, |
|
|
size_t |
functionSz, |
|
|
const char * |
name, |
|
|
size_t |
nameSz, |
|
|
int |
depth, |
|
|
bool |
is_active = true |
|
) |
| |
|
inline |
Member Function Documentation
Member Data Documentation
| const bool tracy::ScopedZone::m_active |
|
private |
The documentation for this class was generated from the following file: