Public Member Functions |
| | ScopedZone (const ScopedZone &) |
| | ScopedZone (ScopedZone &&) |
| ScopedZone & | operator= (const ScopedZone &) |
| ScopedZone & | operator= (ScopedZone &&) |
| 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 | Color (uint32_t color) |
| tracy_force_inline void | Value (uint64_t value) |
| tracy_force_inline bool | IsActive () const |
Constructor & Destructor Documentation
| tracy::ScopedZone::ScopedZone |
( |
const ScopedZone & |
| ) |
|
| 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: