Games Task Scheduler (GTS)
A multi-processor scheduling framework for games engines
|
A state singleton for Tracy. More...
#include <Trace_Tracy.h>
Public Types | |
enum | { MAX_BUFFER_SIZE = 128 } |
Public Member Functions | |
GTS_INLINE bool | isEnabled (uint64_t captureMask) |
GTS_INLINE void | setCaptureMask (uint64_t captureMask) |
Static Public Member Functions | |
static GTS_INLINE TracyState & | inst () |
static GTS_INLINE void | nameThread (const char *fmt,...) |
A state singleton for Tracy.
|
inlinestatic |
Gets the singleton instance of the TracyState.
|
inline |
Check the capture state.
|
inlinestatic |
Names a thread.
|
inline |
Sets the capture filter mask.