| Modifier and Type | Method and Description |
|---|---|
static RateCalculator.Result |
RateCalculator.calculate(float rateBytesPerSecond)
Performs a calculation with the default minimal interval (see
RateCalculator.MIN_INTERVAL_NS). |
static RateCalculator.Result |
RateCalculator.calculate(float rateBytesPerSecond,
int minInterval)
Performs a calculation with the given minimal interval.
|
Copyright © 2015. All rights reserved.