C# 클래스 ModernApp4Me.Universal.Memory.M4MMemoryProfiler

Enables to profile the usage of the memory.
파일 보기 프로젝트 열기: smartnsoft/ModernApp4Me

공개 메소드들

메소드 설명
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