C# Class Shared.PerformanceMeasure

Inheritance: IDisposable
Afficher le fichier Open project: jbouzaglou/PetPigeonsESB Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PerformanceMeasure() public méthode

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