C# Class ZForge.Controls.TreeViewAdv.PerformanceAnalyzer

Is used to analyze code performance
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
GenerateReport ( ) : string
GenerateReport ( double totalTime ) : string
GenerateReport ( string mainPieceOfCode ) : string
Reset ( ) : void

Private Methods

Méthode Description
Finish ( string pieceOfCode ) : void
Start ( string pieceOfCode ) : void

Method Details

GenerateReport() public static méthode

public static GenerateReport ( ) : string
Résultat string

GenerateReport() public static méthode

public static GenerateReport ( double totalTime ) : string
totalTime double
Résultat string

GenerateReport() public static méthode

public static GenerateReport ( string mainPieceOfCode ) : string
mainPieceOfCode string
Résultat string

Reset() public static méthode

public static Reset ( ) : void
Résultat void