C# 클래스 QueemSpeedBenchmark.BenchmarkProvider

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

보호된 프로퍼티들

프로퍼티 타입 설명
benchmarks List

공개 메소드들

메소드 설명
BenchmarkProvider ( string directoryPath ) : System
RunBenchmarks ( int maxdepth, bool verbose ) : void
SaveResultsToFile ( string filePath ) : void

보호된 메소드들

메소드 설명
ReadBenchmarks ( string directoryPath ) : void

메소드 상세

BenchmarkProvider() 공개 메소드

public BenchmarkProvider ( string directoryPath ) : System
directoryPath string
리턴 System

ReadBenchmarks() 보호된 메소드

protected ReadBenchmarks ( string directoryPath ) : void
directoryPath string
리턴 void

RunBenchmarks() 공개 메소드

public RunBenchmarks ( int maxdepth, bool verbose ) : void
maxdepth int
verbose bool
리턴 void

SaveResultsToFile() 공개 메소드

public SaveResultsToFile ( string filePath ) : void
filePath string
리턴 void

프로퍼티 상세

benchmarks 보호되어 있는 프로퍼티

protected List benchmarks
리턴 List