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

Show file 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 property

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

Start public property

public long Start
return long

watch public property

public Stopwatch watch
return Stopwatch