Photon Quantum 3.0.0

Static Public Attributes | List of all members
Quantum.Profiling.QuantumGraphProfilers Class Reference

The main management class in the Quantum graph profilers. More...

Static Public Attributes

static readonly QuantumGraphTimer FrameTimer = new QuantumGraphTimer("Frame")
 List of frame graph timers running. More...
 
static readonly QuantumGraphTimer RenderTimer = new QuantumGraphTimer("Render")
 List of render timers running. More...
 
static readonly QuantumGraphTimer ScriptsTimer = new QuantumGraphTimer("Scripts")
 List of scripts timers running. More...
 

Detailed Description

The main management class in the Quantum graph profilers.

Member Data Documentation

◆ FrameTimer

readonly QuantumGraphTimer Quantum.Profiling.QuantumGraphProfilers.FrameTimer = new QuantumGraphTimer("Frame")
static

List of frame graph timers running.

◆ ScriptsTimer

readonly QuantumGraphTimer Quantum.Profiling.QuantumGraphProfilers.ScriptsTimer = new QuantumGraphTimer("Scripts")
static

List of scripts timers running.

◆ RenderTimer

readonly QuantumGraphTimer Quantum.Profiling.QuantumGraphProfilers.RenderTimer = new QuantumGraphTimer("Render")
static

List of render timers running.