C# Class CryEngine.Profiling.FrameProfilerSection

Frame profiler sections are placed where the code needs to be profiled. Every time this object is constructed and destructed, the time between the constructor and destructor is merged into the FrameProfiler instance.
Datei anzeigen Open project: PoppermostProductions/CryMono Class Usage Examples

Public Methods

Method Description
End ( ) : void

Private Methods

Method Description
FrameProfilerSection ( IntPtr handle, FrameProfiler profiler ) : System

Method Details

End() public method

public End ( ) : void
return void