Struct ProfilingScope
Implements
System.IDisposable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Bayat.Core.Profiling
Assembly: Bayat.Core.Editor.dll
Syntax
public struct ProfilingScope : IDisposable
Constructors
| Improve this Doc View SourceProfilingScope(String)
Declaration
public ProfilingScope(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Implements
System.IDisposable