|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| struct | Bucket |
Public Member Functions | |
| ExponentialHistogramAggregator (QuantileAggregation config) | |
| override IAggregationStatistics | Collect () |
| override void | Update (double measurement) |
Private Member Functions | |
| int | GetInvalidCount (int[][] counters) |
| IEnumerable< Bucket > | IterateBuckets (int[][] counters) |
| int | QuantileToRank (double quantile, int count) |
| double | GetBucketCanonicalValue (int exponent, int mantissa) |
Private Attributes | |
| readonly QuantileAggregation | _config |
| int[][] | _counters |
| int | _count |
| readonly int | _mantissaMax |
| readonly int | _mantissaMask |
| readonly int | _mantissaShift |
Definition at line 5 of file ExponentialHistogramAggregator.cs.