Show / Hide Table of Contents

    Class StateSynchronizationPerformanceMonitor

    Inheritance
    Object
    Singleton<StateSynchronizationPerformanceMonitor>
    StateSynchronizationPerformanceMonitor
    Inherited Members
    Singleton<StateSynchronizationPerformanceMonitor>.IsInitialized
    Singleton<StateSynchronizationPerformanceMonitor>.OnDestroy()
    Singleton<StateSynchronizationPerformanceMonitor>.Instance
    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public class StateSynchronizationPerformanceMonitor : Singleton<StateSynchronizationPerformanceMonitor>

    Methods

    Awake()

    Declaration
    protected override void Awake()
    Overrides
    Microsoft.MixedReality.SpectatorView.Singleton<Microsoft.MixedReality.SpectatorView.StateSynchronizationPerformanceMonitor>.Awake()

    IncrementEventCount(String, String)

    Declaration
    public void IncrementEventCount(string componentName, string eventName)
    Parameters
    Type Name Description
    String componentName
    String eventName

    MeasureEventDuration(String, String)

    Declaration
    public IDisposable MeasureEventDuration(string componentName, string eventName)
    Parameters
    Type Name Description
    String componentName
    String eventName
    Returns
    Type Description
    IDisposable

    ReadMessage(BinaryReader, out StateSynchronizationPerformanceMonitor.ParsedMessage)

    Declaration
    public static void ReadMessage(BinaryReader reader, out StateSynchronizationPerformanceMonitor.ParsedMessage message)
    Parameters
    Type Name Description
    BinaryReader reader
    StateSynchronizationPerformanceMonitor.ParsedMessage message

    SetDiagnosticMode(Boolean)

    Declaration
    public void SetDiagnosticMode(bool enabled)
    Parameters
    Type Name Description
    Boolean enabled

    WriteMessage(BinaryWriter, Int32)

    Declaration
    public void WriteMessage(BinaryWriter message, int numFrames)
    Parameters
    Type Name Description
    BinaryWriter message
    Int32 numFrames
    In This Article
    • Methods
      • Awake()
      • IncrementEventCount(String, String)
      • MeasureEventDuration(String, String)
      • ReadMessage(BinaryReader, out StateSynchronizationPerformanceMonitor.ParsedMessage)
      • SetDiagnosticMode(Boolean)
      • WriteMessage(BinaryWriter, Int32)
    Back to top Generated by DocFX