| Modifier and Type | Class and Description |
|---|---|
static class |
WarmUpTracker.Builder
The Builder to construct a
WarmUpTracker. |
static class |
WarmUpTracker.Mode
An enum that enumerates the types of warm-up modes for a
WarmUpTracker. |
| Modifier and Type | Method and Description |
|---|---|
float |
getNewValue(int numUpdate)
Fetches the value after the given number of steps/updates.
|
public float getNewValue(int numUpdate)
getNewValue in interface TrackernumUpdate - the total number of steps/updatesBuilder