Rumba C++ SDK
ProfilerGPU.h File Reference
#include "Profiler.h"

Go to the source code of this file.

Classes

class  tracy::GpuCtxScope
 

Namespaces

 tracy
 

Macros

#define TracyGpuContext
 
#define TracyGpuContextName(x, y)
 
#define TracyGpuNamedZone(x, y, z)
 
#define TracyGpuNamedZoneC(x, y, z, w)
 
#define TracyGpuZone(x)
 
#define TracyGpuZoneC(x, y)
 
#define TracyGpuZoneTransient(x, y, z)
 
#define TracyGpuCollect
 
#define TracyGpuNamedZoneS(x, y, z, w)
 
#define TracyGpuNamedZoneCS(x, y, z, w, a)
 
#define TracyGpuZoneS(x, y)
 
#define TracyGpuZoneCS(x, y, z)
 
#define TracyGpuZoneTransientS(x, y, z, w)
 

Macro Definition Documentation

◆ TracyGpuCollect

#define TracyGpuCollect

◆ TracyGpuContext

#define TracyGpuContext

◆ TracyGpuContextName

#define TracyGpuContextName (   x,
 
)

◆ TracyGpuNamedZone

#define TracyGpuNamedZone (   x,
  y,
 
)

◆ TracyGpuNamedZoneC

#define TracyGpuNamedZoneC (   x,
  y,
  z,
 
)

◆ TracyGpuNamedZoneCS

#define TracyGpuNamedZoneCS (   x,
  y,
  z,
  w,
 
)

◆ TracyGpuNamedZoneS

#define TracyGpuNamedZoneS (   x,
  y,
  z,
 
)

◆ TracyGpuZone

#define TracyGpuZone (   x)

◆ TracyGpuZoneC

#define TracyGpuZoneC (   x,
 
)

◆ TracyGpuZoneCS

#define TracyGpuZoneCS (   x,
  y,
 
)

◆ TracyGpuZoneS

#define TracyGpuZoneS (   x,
 
)

◆ TracyGpuZoneTransient

#define TracyGpuZoneTransient (   x,
  y,
 
)

◆ TracyGpuZoneTransientS

#define TracyGpuZoneTransientS (   x,
  y,
  z,
 
)