C# Class NProxy.Core.Benchmark.Reporting.CompositeWriter

Inheritance: IWriter
Afficher le fichier Open project: mtamme/NProxy Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
CompositeWriter ( ) : System
WriteHeader ( ) : void
WriteRow ( string typeName, string version, Scenario scenario, int iterations, System.TimeSpan elapsedTime ) : void

Private Methods

Méthode Description
ForEachWriter ( Action action ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CompositeWriter() public méthode

public CompositeWriter ( ) : System
Résultat System

WriteHeader() public méthode

public WriteHeader ( ) : void
Résultat void

WriteRow() public méthode

public WriteRow ( string typeName, string version, Scenario scenario, int iterations, System.TimeSpan elapsedTime ) : void
typeName string
version string
scenario Scenario
iterations int
elapsedTime System.TimeSpan
Résultat void