Nostalgia  2.1.5
ProfilerScope Struct Reference

Disposable helper class that manages the Profiler.BeginSample / EndSample. More...

Inheritance diagram for ProfilerScope:

Public Member Functions

 ProfilerScope (string name)
 Create a new ProfilerScope, to start the sampling of the profiler. More...
 
void Dispose ()
 

Public Attributes

bool m_Disposed
 

Detailed Description

Disposable helper class that manages the Profiler.BeginSample / EndSample.

Simple to use the using You can write Profiler.BeginSample / EndSample.

Constructor & Destructor Documentation

ProfilerScope ( string  name)

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

Parameters
nameThe name of the sampling

Member Function Documentation

void Dispose ( )

Member Data Documentation

bool m_Disposed