C# Class Protogame.MemoryProfiler

Inheritance: IMemoryProfiler
ファイルを表示 Open project: RedpointGames/Protogame Class Usage Examples

Public Methods

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

Private Methods

Method Description
EndEvent ( string name, string parameters, Stopwatch stopwatch ) : void

Method Details

GetMeasuredCosts() public method

public GetMeasuredCosts ( ) : double>.Dictionary
return double>.Dictionary

Measure() public method

public Measure ( string name ) : IDisposable
name string
return IDisposable

MemoryProfiler() public method

public MemoryProfiler ( ) : System
return System

ResetMeasuredCosts() public method

public ResetMeasuredCosts ( ) : void
return void