C# 클래스 NProxy.Core.Benchmark.Reporting.MdWriter

상속: IWriter
파일 보기 프로젝트 열기: mtamme/NProxy

공개 메소드들

메소드 설명
Close ( ) : void
MdWriter ( string path ) : System
WriteHeader ( ) : void
WriteRow ( string typeName, string version, Scenario scenario, int iterations, System.TimeSpan elapsedTime ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

MdWriter() 공개 메소드

public MdWriter ( string path ) : System
path string
리턴 System

WriteHeader() 공개 메소드

public WriteHeader ( ) : void
리턴 void

WriteRow() 공개 메소드

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
리턴 void