OpenSim
|
A MetricsCollector for 'long' values. More...
Public Member Functions | |
MetricsCollectorLong (int windowSize, int numBuckets) | |
Public Member Functions inherited from OpenSim.Framework.MetricsCollector< T > | |
MetricsCollector (int windowSize, int numBuckets) | |
Creates a MetricsCollector. More... | |
void | Reset () |
void | AddSample (T sample) |
T | GetSum () |
Returns the total values in the collection window. More... | |
Protected Member Functions | |
override long | GetZero () |
Returns the default (zero) value. More... | |
override long | Add (long a, long b) |
Protected Member Functions inherited from OpenSim.Framework.MetricsCollector< T > | |
abstract T | Add (T a, T b) |
Adds two values. More... | |
A MetricsCollector for 'long' values.
Definition at line 9 of file MetricsCollector.cs.
|
inline |
Definition at line 11 of file MetricsCollector.cs.
|
inlineprotected |
Definition at line 18 of file MetricsCollector.cs.
|
inlineprotectedvirtual |
Returns the default (zero) value.
Implements OpenSim.Framework.MetricsCollector< T >.
Definition at line 16 of file MetricsCollector.cs.