C# Класс Binarysharp.Benchmark.Results.EvaluationResult

The result of an evaluation completed by BenchShark.
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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