Méthode | Description | |
---|---|---|
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.
|
public static Start ( string label ) : void | ||
label | string | Label. |
Résultat | void |
public static Stop ( string label, string msg = "" ) : void | ||
label | string | |
msg | string | |
Résultat | void |