C# Class EventStore.Core.Services.Histograms.Measurement

Mostrar archivo Open project: EventStore/EventStore

Public Properties

Property Type Description
Histogram HdrHistogram.NET.Histogram
Start long
watch Stopwatch

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
HighestPowerOf2 ( long x ) : long

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Property Details

Histogram public_oe property

public Histogram,HdrHistogram.NET Histogram
return HdrHistogram.NET.Histogram

Start public_oe property

public long Start
return long

watch public_oe property

public Stopwatch watch
return Stopwatch