Show / Hide Table of Contents

Class Recorder

Inheritance
Object
Recorder
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Profiling
Assembly: UnityEngine.dll
Syntax
public sealed class Recorder

Properties

| Improve this Doc View Source

elapsedNanoseconds

Declaration
public long elapsedNanoseconds { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

enabled

Declaration
public bool enabled { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

isValid

Declaration
public bool isValid { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

sampleBlockCount

Declaration
public int sampleBlockCount { get; }
Property Value
Type Description
Int32

Methods

CollectFromAllThreads()

Declaration
public void CollectFromAllThreads()

FilterToCurrentThread()

Declaration
public void FilterToCurrentThread()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()
| Improve this Doc View Source

Get(String)

Declaration
public static Recorder Get(string samplerName)
Parameters
Type Name Description
String samplerName
Returns
Type Description
Recorder

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX