Games Task Scheduler (GTS)
A multi-processor scheduling framework for games engines
gts::analysis::TracyState Class Reference

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 TracyStateinst ()
 
static GTS_INLINE void nameThread (const char *fmt,...)
 

Detailed Description

A state singleton for Tracy.

Member Function Documentation

◆ inst()

static GTS_INLINE TracyState& gts::analysis::TracyState::inst ( )
inlinestatic

Gets the singleton instance of the TracyState.

◆ isEnabled()

GTS_INLINE bool gts::analysis::TracyState::isEnabled ( uint64_t  captureMask)
inline

Check the capture state.

Remarks
Not thread-safe with setCaptureMask

◆ nameThread()

static GTS_INLINE void gts::analysis::TracyState::nameThread ( const char *  fmt,
  ... 
)
inlinestatic

Names a thread.

◆ setCaptureMask()

GTS_INLINE void gts::analysis::TracyState::setCaptureMask ( uint64_t  captureMask)
inline

Sets the capture filter mask.

Remarks
Not thread-safe with isEnabled