Skip to content

M_CodeJam_PerfTests_Running_Limits_PercentileLimitProvider__ctor

andrewvk edited this page Nov 8, 2016 · 2 revisions

PercentileLimitProvider Constructor

Initializes a new instance of the PercentileLimitProvider class.

Namespace: CodeJam.PerfTests.Running.Limits
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public PercentileLimitProvider(
	int minRatioPercentile,
	int maxRatioPercentile,
	int limitModeDelta
)

VB

Public Sub New ( 
	minRatioPercentile As Integer,
	maxRatioPercentile As Integer,
	limitModeDelta As Integer
)

F#

new : 
        minRatioPercentile : int * 
        maxRatioPercentile : int * 
        limitModeDelta : int -> PercentileLimitProvider

Parameters

 

minRatioPercentile
Type: System.Int32
The percentile for the minimum timing ratio.
maxRatioPercentile
Type: System.Int32
>The percentile for the maximum timing ratio.
limitModeDelta
Type: System.Int32
Delta to loose percentiles by. Used for TryGetCompetitionLimit(Benchmark, Summary).

See Also

Reference

PercentileLimitProvider Class
CodeJam.PerfTests.Running.Limits Namespace

Clone this wiki locally