C# Class ModernApp4Me.WP8.Debug.M4MMemoryProfiler

Enables to profile the usage of the memory.
Show file Open project: smartnsoft/ModernApp4Me Class Usage Examples

Public Methods

Method Description
BeginRecording ( ) : void

Protected Methods

Method Description
WriteReport ( string report ) : void

Enables to write the memory state where you want like the isostore or the debug console.

Method Details

BeginRecording() public method

public BeginRecording ( ) : void
return void

WriteReport() protected abstract method

Enables to write the memory state where you want like the isostore or the debug console.
protected abstract WriteReport ( string report ) : void
report string the memory state
return void