C# Class Codaxy.Common.Benchmarking.BenchmarkStopwatch

Inheritance: IDisposable
Afficher le fichier Open project: codaxy/common Class Usage Examples

Méthodes publiques

Méthode Description
BenchmarkStopwatch ( String name = "", int repeats = 1 ) : System
Dispose ( ) : void

Private Methods

Méthode Description
ReportPhaseCompleted ( String phaseName ) : void

Method Details

BenchmarkStopwatch() public méthode

public BenchmarkStopwatch ( String name = "", int repeats = 1 ) : System
name String
repeats int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void