Show / Hide Table of Contents

Struct ProfilerMarker

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: Unity.Profiling
Assembly: UnityEngine.dll
Syntax
public struct ProfilerMarker

Constructors

| Improve this Doc View Source

ProfilerMarker(String)

Declaration
public ProfilerMarker(string name)
Parameters
Type Name Description
String name

Methods

| Improve this Doc View Source

Auto()

Declaration
public ProfilerMarker.AutoScope Auto()
Returns
Type Description
ProfilerMarker.AutoScope
| Improve this Doc View Source

Begin()

Declaration
[Conditional("ENABLE_PROFILER")]
public void Begin()
| Improve this Doc View Source

Begin(Object)

Declaration
[Conditional("ENABLE_PROFILER")]
public void Begin(Object contextUnityObject)
Parameters
Type Name Description
Object contextUnityObject
| Improve this Doc View Source

End()

Declaration
[Conditional("ENABLE_PROFILER")]
public void End()

Extension Methods

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