C# Class CodeContractNullability.Utilities.CodeTimer

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

Public Methods

Method Description
CodeTimer ( [ text ) : System
Dispose ( ) : void

Method Details

CodeTimer() public method

public CodeTimer ( [ text ) : System
text [
return System

Dispose() public method

public Dispose ( ) : void
return void