Skip to content

T_CodeJam_PerfTests_Running_Limits_PercentileLimitProvider

andrewvk edited this page Nov 8, 2016 · 2 revisions

PercentileLimitProvider Class

Percentile-based competition limit provider.

Inheritance Hierarchy

System.Object
  CodeJam.PerfTests.Running.Limits.CompetitionLimitProviderBase
    CodeJam.PerfTests.Running.Limits.PercentileLimitProvider
Namespace: CodeJam.PerfTests.Running.Limits
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public class PercentileLimitProvider : CompetitionLimitProviderBase

VB

Public Class PercentileLimitProvider
	Inherits CompetitionLimitProviderBase

F#

type PercentileLimitProvider =  
    class
        inherit CompetitionLimitProviderBase
    end

The PercentileLimitProvider type exposes the following members.

Constructors

 

Name Description
Public method PercentileLimitProvider Initializes a new instance of the PercentileLimitProvider class.
  Back to Top

Properties

 

Name Description
Public property LimitModeDelta Delta to loose percentiles by. Used for TryGetCompetitionLimit(Benchmark, Summary).
Public property MaxRatioPercentile Percentile for the maximum timing ratio.
Public property MinRatioPercentile Percentile for the minimum timing ratio.
Public property ShortInfo Short description for the provider. (Overrides CompetitionLimitProviderBase.ShortInfo.)
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryGetActualValues Actual values for the benchmark. (Inherited from CompetitionLimitProviderBase.)
Public method TryGetCompetitionLimit(Benchmark, Summary) Limits for the benchmark. (Inherited from CompetitionLimitProviderBase.)
Protected method TryGetCompetitionLimit(BenchmarkReport, BenchmarkReport, Boolean) Limits for the benchmark. (Overrides CompetitionLimitProviderBase.TryGetCompetitionLimit(BenchmarkReport, BenchmarkReport, Boolean).)
  Back to Top

Fields

 

Name Description
Public fieldStatic member P20To80 Metric is based on 20 (lower boundary) and 80 (upper boundary) percentiles.
  Back to Top

See Also

Reference

CodeJam.PerfTests.Running.Limits Namespace
CodeJam.PerfTests.Running.Limits.ICompetitionLimitProvider

Clone this wiki locally