Photon Fusion 2.1.1

HostProfiler Class Referencesealed

Provides profiling functionality for the host. More...

Static Public Member Functions

static HostProfilerMarkerScope Begin (string name)
static HostProfilerCategory CreateCategory (string name)
static HostProfilerCounter< T > CreateCounter< T > (string name, HostProfilerDataUnit unit, in HostProfilerCategory? category=null, bool autoReset=false)
static HostProfilerMarker CreateMarker (string name, in HostProfilerCategory? category=null)
static void End ()
static HostProfilerMarkerScope Start (string name)

Detailed Description

Provides profiling functionality for the host.