Arbor 3: FSM & BT Graph Editor  3.7.8
ProfilerScope 構造体

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()

ProfilerScope ( string  name)

Create a new ProfilerScope, to start the sampling of the profiler.

引数
nameThe name of the sampling

メソッド詳解

◆ Dispose()

void Dispose ( )

廃棄する。