C# Class NBench.Sdk.WarmupData

Used when estimating the size of the next run. Designed to help buffer NBench from influencing any benchmarks itself.
Afficher le fichier Open project: petabridge/NBench Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultWarmup WarmupData
PreWarmup WarmupData

Méthodes publiques

Méthode Description
Equals ( WarmupData other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
WarmupData ( long ticks, long actualRunsMeasured ) : System
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( WarmupData other ) : bool
other WarmupData
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

WarmupData() public méthode

public WarmupData ( long ticks, long actualRunsMeasured ) : System
ticks long
actualRunsMeasured long
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

DefaultWarmup public_oe static_oe property

public static WarmupData,NBench.Sdk DefaultWarmup
Résultat WarmupData

PreWarmup public_oe static_oe property

public static WarmupData,NBench.Sdk PreWarmup
Résultat WarmupData