Skip to content

T_CodeJam_PerfTests_Running_Limits_CompetitionLimitProviderBase

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionLimitProviderBase Class

Base class for metrics providers.

Inheritance Hierarchy

System.Object
  CodeJam.PerfTests.Running.Limits.CompetitionLimitProviderBase
    CodeJam.PerfTests.Running.Limits.LogNormalLimitProvider
    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 abstract class CompetitionLimitProviderBase : ICompetitionLimitProvider

VB

Public MustInherit Class CompetitionLimitProviderBase
	Implements ICompetitionLimitProvider

F#

[<AbstractClassAttribute>]
type CompetitionLimitProviderBase =  
    class
        interface ICompetitionLimitProvider
    end

The CompetitionLimitProviderBase type exposes the following members.

Constructors

 

Name Description
Protected method CompetitionLimitProviderBase Initializes a new instance of the CompetitionLimitProviderBase class
  Back to Top

Properties

 

Name Description
Public property ShortInfo Short description for the provider.
  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.
Public method TryGetCompetitionLimit(Benchmark, Summary) Limits for the benchmark.
Protected method TryGetCompetitionLimit(BenchmarkReport, BenchmarkReport, Boolean) Limits for the benchmark.
Protected methodStatic member TryGetReports Reports for the benchmark and the baseline.
  Back to Top

See Also

Reference

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

Clone this wiki locally