C# 클래스 SilverFactorial.Benchmark.BenchmarkWorker

파일 보기 프로젝트 열기: PeterLuschny/Fast-Factorial-Functions 1 사용 예제들

공개 메소드들

메소드 설명
BenchmarkWorker ( LoggedTextBox ws ) : System
DoTheBenchmark ( BackgroundWorker worker, DoWorkEventArgs workEvent, TestParameters test ) : int
SanityCheck ( int length ) : void

비공개 메소드들

메소드 설명
DoTest ( Candidate cand, int n, bool showFullValue, bool verbose ) : void
PerformanceProfile ( int benchValues, int benchStart ) : void
RelativeRanking ( int n ) : void
TestValuesToString ( int val, int benchStart ) : string
UsedTime ( int benchValues, int benchStart ) : void

메소드 상세

BenchmarkWorker() 공개 메소드

public BenchmarkWorker ( LoggedTextBox ws ) : System
ws LoggedTextBox
리턴 System

DoTheBenchmark() 공개 메소드

public DoTheBenchmark ( BackgroundWorker worker, DoWorkEventArgs workEvent, TestParameters test ) : int
worker System.ComponentModel.BackgroundWorker
workEvent System.ComponentModel.DoWorkEventArgs
test TestParameters
리턴 int

SanityCheck() 공개 메소드

public SanityCheck ( int length ) : void
length int
리턴 void