C# 클래스 NPerf.Lab.PerfLab

파일 보기 프로젝트 열기: Orcomp/NPerf 1 사용 예제들

공개 메소드들

메소드 설명
AddAssemblies ( ) : void
PerfLab ( ) : System
PerfLab ( Assembly fixtureLib ) : System
Run ( System.Guid tests, PerfTestConfiguration configuration, bool parallel = false ) : IObservable
Run ( System.Guid tests, int start, int step, int end, PerfTestConfiguration configuration, bool parallel = false ) : IObservable
Run ( PerfTestConfiguration configuration, bool parallel = false ) : IObservable
Run ( int start, int step, int end, PerfTestConfiguration configuration, bool parallel = false ) : IObservable

비공개 메소드들

메소드 설명
IsTestableType ( Type testerType, Type testedType ) : bool

메소드 상세

AddAssemblies() 공개 메소드

public AddAssemblies ( ) : void
리턴 void

PerfLab() 공개 메소드

public PerfLab ( ) : System
리턴 System

PerfLab() 공개 메소드

public PerfLab ( Assembly fixtureLib ) : System
fixtureLib System.Reflection.Assembly
리턴 System

Run() 공개 메소드

public Run ( System.Guid tests, PerfTestConfiguration configuration, bool parallel = false ) : IObservable
tests System.Guid
configuration PerfTestConfiguration
parallel bool
리턴 IObservable

Run() 공개 메소드

public Run ( System.Guid tests, int start, int step, int end, PerfTestConfiguration configuration, bool parallel = false ) : IObservable
tests System.Guid
start int
step int
end int
configuration PerfTestConfiguration
parallel bool
리턴 IObservable

Run() 공개 메소드

public Run ( PerfTestConfiguration configuration, bool parallel = false ) : IObservable
configuration PerfTestConfiguration
parallel bool
리턴 IObservable

Run() 공개 메소드

public Run ( int start, int step, int end, PerfTestConfiguration configuration, bool parallel = false ) : IObservable
start int
step int
end int
configuration PerfTestConfiguration
parallel bool
리턴 IObservable