C# Class Shared.PerformanceMeasure

Inheritance: IDisposable
Mostra file Open project: jbouzaglou/PetPigeonsESB Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
PerformanceMeasure ( System.Action codeToTest, int timesToRun, Stopwatch watch = null ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PerformanceMeasure() public method

public PerformanceMeasure ( System.Action codeToTest, int timesToRun, Stopwatch watch = null ) : System
codeToTest System.Action
timesToRun int
watch Stopwatch
return System