| Package | Description |
|---|---|
| net.i2p.stat | Statistical collection and analysis framework used throughout the I2P router for adaptive operation, performance monitoring, and debugging. |
| Modifier and Type | Method and Description |
|---|---|
RateAverages | Rate.computeAverages()Computes the averages for this rate. |
RateAverages | Rate.computeAverages(RateAverages out,
boolean useLifetime)Computes the averages and stores them in the provided object. |
static RateAverages | RateAverages.getTemp()Gets a thread-local temp instance. |
| Modifier and Type | Method and Description |
|---|---|
RateAverages | Rate.computeAverages(RateAverages out,
boolean useLifetime)Computes the averages and stores them in the provided object. |