C# 클래스 PerformanceMonitor.PerformanceChart

파일 보기 프로젝트 열기: 9chu/LuaSTGPlus

공개 메소드들

메소드 설명
AddPerformance ( PerformanceArg arg, float value ) : void

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

PerformanceChart ( ) : System
Reset ( ) : void

清空性能分析器

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

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

메소드 상세

AddPerformance() 공개 메소드

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

Dispose() 보호된 메소드

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

PerformanceChart() 공개 메소드

public PerformanceChart ( ) : System
리턴 System

Reset() 공개 메소드

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