C# Class PerformanceMonitor.PerformanceChart

ファイルを表示 Open project: 9chu/LuaSTGPlus

Public Methods

Method Description
AddPerformance ( PerformanceArg arg, float value ) : void

将数据添加到性能分析器中

PerformanceChart ( ) : System
Reset ( ) : void

清空性能分析器

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Method Description
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

PerformanceChart_Load ( object sender, EventArgs e ) : void
PerformanceChart_Paint ( object sender, PaintEventArgs e ) : void

Method Details

AddPerformance() public method

将数据添加到性能分析器中
public AddPerformance ( PerformanceArg arg, float value ) : void
arg PerformanceArg 参数
value float
return void

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

PerformanceChart() public method

public PerformanceChart ( ) : System
return System

Reset() public method

清空性能分析器
public Reset ( ) : void
return void