C# Класс PerpetualEngine.PerformanceTimer

Показать файл Открыть проект

Открытые методы

Метод Описание
Start ( string label ) : void

Start a performance measurement with the specified label.

Stop ( ) : void

Stop and print performance measurement of last used "Start" command.

Stop ( string label, string msg = "" ) : void

Stop and print performance measurement with the label used in "Start" command.

Описание методов

Start() публичный статический Метод

Start a performance measurement with the specified label.
public static Start ( string label ) : void
label string Label.
Результат void

Stop() публичный статический Метод

Stop and print performance measurement of last used "Start" command.
public static Stop ( ) : void
Результат void

Stop() публичный статический Метод

Stop and print performance measurement with the label used in "Start" command.
public static Stop ( string label, string msg = "" ) : void
label string
msg string
Результат void