Arbor: State Diagram Editor
2.2.0
|
Disposable helper class that manages the Profiler.BeginSample / EndSample. More...
Public Member Functions | |
ProfilerScope (string name) | |
Create a new ProfilerScope, to start the sampling of the profiler. More... | |
void | Dispose () |
Static Public Member Functions | |
static void | BeginSample (string name) |
static void | EndSample () |
Public Attributes | |
bool | m_Disposed |
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 |
|
static |
void Dispose | ( | ) |
|
static |
bool m_Disposed |