|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Disposable helper class that manages the Profiler.BeginSample / EndSample. More...
Inherits IDisposable.
Public Member Functions | |
| ProfilerScope (string name) | |
| Create a new ProfilerScope, to start the sampling of the profiler. More... | |
| void | Dispose () |
| Dispose. More... | |
Disposable helper class that manages the Profiler.BeginSample / EndSample.
Simple to use the using You can write 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 | ( | ) |
Dispose.