Метод | Описание | |
---|---|---|
GenerateReport ( ) : string | ||
GenerateReport ( double totalTime ) : string | ||
GenerateReport ( string mainPieceOfCode ) : string | ||
Reset ( ) : void |
Метод | Описание | |
---|---|---|
Finish ( string pieceOfCode ) : void | ||
Start ( string pieceOfCode ) : void |
public static GenerateReport ( ) : string | ||
Результат | string |
public static GenerateReport ( double totalTime ) : string | ||
totalTime | double | |
Результат | string |
public static GenerateReport ( string mainPieceOfCode ) : string | ||
mainPieceOfCode | string | |
Результат | string |