C# Class Protogame.MemoryProfiler

Inheritance: IMemoryProfiler
Afficher le fichier Open project: RedpointGames/Protogame Class Usage Examples

Méthodes publiques

Méthode Description
GetMeasuredCosts ( ) : double>.Dictionary
Measure ( string name ) : IDisposable
MemoryProfiler ( ) : System
ResetMeasuredCosts ( ) : void

Private Methods

Méthode Description
EndEvent ( string name, string parameters, Stopwatch stopwatch ) : void

Method Details

GetMeasuredCosts() public méthode

public GetMeasuredCosts ( ) : double>.Dictionary
Résultat double>.Dictionary

Measure() public méthode

public Measure ( string name ) : IDisposable
name string
Résultat IDisposable

MemoryProfiler() public méthode

public MemoryProfiler ( ) : System
Résultat System

ResetMeasuredCosts() public méthode

public ResetMeasuredCosts ( ) : void
Résultat void