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

#include <Trace_IttNotify.h>

Public Member Functions

GTS_INLINE void beginTask (const char *msg, uintptr_t, uintptr_t)
 
GTS_INLINE void endTask ()
 
GTS_INLINE bool isEnabled (uint64_t captureMask)
 
GTS_INLINE void setCaptureMask (uint64_t captureMask)
 

Static Public Member Functions

static GTS_INLINE IttNotifyinst ()
 
static GTS_INLINE void nameThreadHook (const char *fmt,...)
 
static GTS_INLINE void beginTaskHook (CaptureMask::Type, const char *msg, uintptr_t param1, uintptr_t param2)
 
static GTS_INLINE void endTaskHook ()
 

Detailed Description

Hooks for the Instrumentation and Tracing Technology (ITT) API, which enables trace data for Intel(R) VTune(TM) Amplifier XE.

Member Function Documentation

◆ isEnabled()

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

Check the capture state.

Remarks
Not thread-safe with setCaptureMask

◆ setCaptureMask()

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

Sets the capture filter mask.

Remarks
Not thread-safe with isEnabled