C# 클래스 ZForge.Controls.TreeViewAdv.PerformanceAnalyzer

Is used to analyze code performance
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
GenerateReport ( ) : string
GenerateReport ( double totalTime ) : string
GenerateReport ( string mainPieceOfCode ) : string
Reset ( ) : void

비공개 메소드들

메소드 설명
Finish ( string pieceOfCode ) : void
Start ( string pieceOfCode ) : void

메소드 상세

GenerateReport() 공개 정적인 메소드

public static GenerateReport ( ) : string
리턴 string

GenerateReport() 공개 정적인 메소드

public static GenerateReport ( double totalTime ) : string
totalTime double
리턴 string

GenerateReport() 공개 정적인 메소드

public static GenerateReport ( string mainPieceOfCode ) : string
mainPieceOfCode string
리턴 string

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void