App Metrics Fork me on GitHub
Show / Hide Table of Contents

Interface IBuildTimerMetrics

Namespace:App.Metrics.Timer.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IBuildTimerMetrics

Methods

Build(IHistogramMetric, IClock)

Declaration
ITimerMetric Build(IHistogramMetric histogram, IClock clock)
Parameters
Type Name Description
IHistogramMetric histogram
IClock clock
Returns
Type Description
ITimerMetric

Build(IHistogramMetric, IMeterMetric, IClock)

Declaration
ITimerMetric Build(IHistogramMetric histogram, IMeterMetric meter, IClock clock)
Parameters
Type Name Description
IHistogramMetric histogram
IMeterMetric meter
IClock clock
Returns
Type Description
ITimerMetric

Build(Func<IReservoir>, IClock)

Declaration
ITimerMetric Build(Func<IReservoir> reservoir, IClock clock)
Parameters
Type Name Description
System.Func<IReservoir> reservoir
IClock clock
Returns
Type Description
ITimerMetric

Build(Func<IReservoir>, IMeterMetric, IClock)

Declaration
ITimerMetric Build(Func<IReservoir> reservoir, IMeterMetric meter, IClock clock)
Parameters
Type Name Description
System.Func<IReservoir> reservoir
IMeterMetric meter
IClock clock
Returns
Type Description
ITimerMetric
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX