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.
Afficher le fichier Open project: PoppermostProductions/CryMono Class Usage Examples

Méthodes publiques

Méthode Description
End ( ) : void

Private Methods

Méthode Description
FrameProfilerSection ( IntPtr handle, FrameProfiler profiler ) : System

Method Details

End() public méthode

public End ( ) : void
Résultat void