|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Profiler.BeginSample / EndSampleを管理するDisposable ヘルパークラス。 [詳解]
IDisposableを継承しています。
公開メンバ関数 | |
| ProfilerScope (string name) | |
| Create a new ProfilerScope, to start the sampling of the profiler. [詳解] | |
| void | Dispose () |
| 廃棄する。 [詳解] | |
Profiler.BeginSample / EndSampleを管理するDisposable ヘルパークラス。
usingを使用して簡略してProfiler.BeginSample / EndSampleを記述できます。
| ProfilerScope | ( | string | name | ) |
Create a new ProfilerScope, to start the sampling of the profiler.
| name | The name of the sampling |
| void Dispose | ( | ) |
廃棄する。