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

Inheritance: IWriter
Afficher le fichier Open project: mtamme/NProxy

Méthodes publiques

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

MdWriter() public méthode

public MdWriter ( string path ) : System
path string
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