Struct FuzzySearch.ScopedProfiler
Namespace: Unity.QuickSearch
Syntax
public struct ScopedProfiler : IDisposable
Constructors
ScopedProfiler(String)
Declaration
public ScopedProfiler(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
ScopedProfiler(String, UnityEngine.Object)
Declaration
public ScopedProfiler(string name, UnityEngine.Object targetObject)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| UnityEngine.Object | targetObject |
Methods
Dispose()
Declaration
public void Dispose()