|
Nostalgia
2.1.5
|
Profiler.BeginSample / EndSampleを管理するDisposable ヘルパークラス。 More...
Public Member Functions | |
| ProfilerScope (string name) | |
| 新しいProfilerScopeを作成し、プロファイラのサンプリングを開始します。 More... | |
| void | Dispose () |
Public Attributes | |
| bool | m_Disposed |
Profiler.BeginSample / EndSampleを管理するDisposable ヘルパークラス。
usingを使用して簡略してProfiler.BeginSample / EndSampleを記述できます。
| ProfilerScope | ( | string | name | ) |
新しいProfilerScopeを作成し、プロファイラのサンプリングを開始します。
| name | サンプリングの名前 |
| void Dispose | ( | ) |
| bool m_Disposed |