C# Class HdrHistogram.HistogramFactory.IntHistogramFactory

Inheritance: HistogramFactory
ファイルを表示 Open project: HdrHistogram/HdrHistogram.NET

Public Methods

Method Description
Create ( long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
Create ( long instanceId, long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
WithThreadSafeReads ( ) : RecorderFactory
WithThreadSafeWrites ( ) : HistogramFactory

Method Details

Create() public method

public Create ( long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
lowestDiscernibleValue long
highestTrackableValue long
numberOfSignificantValueDigits int
return HistogramBase

Create() public method

public Create ( long instanceId, long lowestDiscernibleValue, long highestTrackableValue, int numberOfSignificantValueDigits ) : HistogramBase
instanceId long
lowestDiscernibleValue long
highestTrackableValue long
numberOfSignificantValueDigits int
return HistogramBase

WithThreadSafeReads() public method

public WithThreadSafeReads ( ) : RecorderFactory
return RecorderFactory

WithThreadSafeWrites() public method

public WithThreadSafeWrites ( ) : HistogramFactory
return HistogramFactory