C# Class WPPerfLab.Profiling.MemoryProfiler

Show file Open project: jevgenidotnet/WPPerfLab

Public Methods

Method Description
Start ( ) : void
Start ( MemoryProfilerSettings newSettings ) : void
Stop ( ) : void

Private Methods

Method Description
CreateAndDisplayPopup ( ) : void
GenerateTextBlockForPopup ( Color foregroundColor, string text ) : System.Windows.Controls.TextBlock
LogToConsole ( string parameterName, string parameterValue ) : void
TimerTick ( object sender, EventArgs e ) : void

Method Details

Start() public static method

public static Start ( ) : void
return void

Start() public static method

public static Start ( MemoryProfilerSettings newSettings ) : void
newSettings MemoryProfilerSettings
return void

Stop() public static method

public static Stop ( ) : void
return void