C# Class CryEngine.Profiling.FrameProfiler

A profiler counter with a unique name and data. Multiple FrameProfilerSections can be executed for this profiler, and will be merged into their parent profiler.
Datei anzeigen Open project: PoppermostProductions/CryMono Class Usage Examples

Public Methods

Method Description
Create ( string name ) : FrameProfiler
CreateSection ( ) : FrameProfilerSection
DeleteSection ( FrameProfilerSection profilerSection ) : void

Private Methods

Method Description
FrameProfiler ( IntPtr handle ) : System

Method Details

Create() public static method

public static Create ( string name ) : FrameProfiler
name string
return FrameProfiler

CreateSection() public method

public CreateSection ( ) : FrameProfilerSection
return FrameProfilerSection

DeleteSection() public method

public DeleteSection ( FrameProfilerSection profilerSection ) : void
profilerSection FrameProfilerSection
return void