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

Méthodes publiques

Méthode Description
Create ( string name ) : FrameProfiler
CreateSection ( ) : FrameProfilerSection
DeleteSection ( FrameProfilerSection profilerSection ) : void

Private Methods

Méthode Description
FrameProfiler ( IntPtr handle ) : System

Method Details

Create() public static méthode

public static Create ( string name ) : FrameProfiler
name string
Résultat FrameProfiler

CreateSection() public méthode

public CreateSection ( ) : FrameProfilerSection
Résultat FrameProfilerSection

DeleteSection() public méthode

public DeleteSection ( FrameProfilerSection profilerSection ) : void
profilerSection FrameProfilerSection
Résultat void