C# Class ZForge.Controls.TreeViewAdv.PerformanceAnalyzer

Is used to analyze code performance
显示文件 Open project: zhuangyy/Motion

Public Methods

Method Description
GenerateReport ( ) : string
GenerateReport ( double totalTime ) : string
GenerateReport ( string mainPieceOfCode ) : string
Reset ( ) : void

Private Methods

Method Description
Finish ( string pieceOfCode ) : void
Start ( string pieceOfCode ) : void

Method Details

GenerateReport() public static method

public static GenerateReport ( ) : string
return string

GenerateReport() public static method

public static GenerateReport ( double totalTime ) : string
totalTime double
return string

GenerateReport() public static method

public static GenerateReport ( string mainPieceOfCode ) : string
mainPieceOfCode string
return string

Reset() public static method

public static Reset ( ) : void
return void