C# 클래스 Binarysharp.Benchmark.Results.EvaluationResult

The result of an evaluation completed by BenchShark.
파일 보기 프로젝트 열기: ZenLulz/BenchShark 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
InternalIterations List
MustStoreIterations bool

비공개 메소드들

메소드 설명
AddIteration ( IterationResult iteration ) : void

Adds the iteration to the evaluation result.

EvaluationResult ( string name, bool mustStoreIterations = false ) : System

Initializes a new instance of the EvaluationResult class.

프로퍼티 상세

InternalIterations 보호되어 있는 프로퍼티

The collection containing the iterations. This field is only filled when the value MustStoreIterations is set to true.
protected List InternalIterations
리턴 List

MustStoreIterations 보호되어 있는 프로퍼티

Determines whether the result must store all the iterations. If this value is set to true, the evaluation can be memory consuming, depending on the number of iterations.
protected bool MustStoreIterations
리턴 bool