C# Class NBench.Sdk.WarmupData

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

Public Properties

Property Type Description
DefaultWarmup WarmupData
PreWarmup WarmupData

Public Methods

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

Method Details

Equals() public method

public Equals ( WarmupData other ) : bool
other WarmupData
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

WarmupData() public method

public WarmupData ( long ticks, long actualRunsMeasured ) : System
ticks long
actualRunsMeasured long
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

DefaultWarmup public_oe static_oe property

public static WarmupData,NBench.Sdk DefaultWarmup
return WarmupData

PreWarmup public_oe static_oe property

public static WarmupData,NBench.Sdk PreWarmup
return WarmupData