C# Class ModernApp4Me.Universal.Memory.M4MMemoryProfiler

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

Méthodes publiques

Méthode Description
BeginRecording ( ) : void

Méthodes protégées

Méthode Description
GetAppMemoryUsage ( ) : float

Returns the app memory usage.

GetAppMemoryUsageLevel ( ) : string

Returns the app memory usage level.

GetAppMemoryUsageLimit ( ) : float

Returns the app memory usage limit.

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

GetAppMemoryUsage() protected abstract méthode

Returns the app memory usage.
protected abstract GetAppMemoryUsage ( ) : float
Résultat float

GetAppMemoryUsageLevel() protected abstract méthode

Returns the app memory usage level.
protected abstract GetAppMemoryUsageLevel ( ) : string
Résultat string

GetAppMemoryUsageLimit() protected abstract méthode

Returns the app memory usage limit.
protected abstract GetAppMemoryUsageLimit ( ) : float
Résultat float

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