|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
Profiler.BeginSample / EndSampleを管理するDisposable ヘルパークラス。 More...
Inherits IDisposable.
Public Member Functions | |
| ProfilerScope (string name) | |
| Create a new ProfilerScope, to start the sampling of the profiler. More... | |
| void | Dispose () |
| 廃棄する。 More... | |
Static Public Member Functions | |
| static void | BeginSample (string name) |
| static void | EndSample () |
Public Attributes | |
| bool | _Disposed |
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 | ( | ) |
廃棄する。