C# Класс ModernApp4Me.Universal.Memory.M4MMemoryProfiler

Enables to profile the usage of the memory.
Показать файл Открыть проект

Открытые методы

Метод Описание
BeginRecording ( ) : void

Защищенные методы

Метод Описание
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.

Описание методов

BeginRecording() публичный Метод

public BeginRecording ( ) : void
Результат void

GetAppMemoryUsage() защищенный абстрактный Метод

Returns the app memory usage.
protected abstract GetAppMemoryUsage ( ) : float
Результат float

GetAppMemoryUsageLevel() защищенный абстрактный Метод

Returns the app memory usage level.
protected abstract GetAppMemoryUsageLevel ( ) : string
Результат string

GetAppMemoryUsageLimit() защищенный абстрактный Метод

Returns the app memory usage limit.
protected abstract GetAppMemoryUsageLimit ( ) : float
Результат float

WriteReport() защищенный абстрактный Метод

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
Результат void