C# Class ModernApp4Me.WP8.Debug.M4MMemoryProfiler

Enables to profile the usage of the memory.
Afficher le fichier Open project: smartnsoft/ModernApp4Me Class Usage Examples

Méthodes publiques

Méthode Description
BeginRecording ( ) : void

Méthodes protégées

Méthode 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 méthode

public BeginRecording ( ) : void
Résultat void

WriteReport() protected abstract méthode

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
Résultat void