C# Class CodeContractNullability.Utilities.CodeTimer

Logs the execution duration of a code block for diagnostics purposes.
Inheritance: IDisposable
Afficher le fichier Open project: bkoelman/ResharperCodeContractNullability

Méthodes publiques

Méthode Description
CodeTimer ( [ text ) : System
Dispose ( ) : void

Method Details

CodeTimer() public méthode

public CodeTimer ( [ text ) : System
text [
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void