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

Class SimpleMeter

Inheritance
System.Object
SimpleMeter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Meter
Assembly:cs.temp.dll.dll
Syntax
public class SimpleMeter

Methods

GetValue(Double)

Gets the meters current value.

Declaration
public MeterValue GetValue(double elapsed)
Parameters
Type Name Description
System.Double elapsed

The elapsed time for calculating the mean rate.

Returns
Type Description
MeterValue

The meters current value

Mark(Int64)

Marks the specified count.

Declaration
public virtual void Mark(long count)
Parameters
Type Name Description
System.Int64 count

The count.

Reset()

Resets all the meters values.

Declaration
public virtual void Reset()

Tick()

Declaration
public void Tick()
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX