private static class MethodProfilingRule.PeriodRangeMap
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Pair<IQuantity,IQuantity>> |
settingPairs |
| Modifier | Constructor and Description |
|---|---|
private |
PeriodRangeMap() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addSetting(IQuantity settingTime,
IQuantity setting) |
(package private) IQuantity |
getSetting(IQuantity timestamp)
Gets the execution sample period that is in effect for the given timestamp.
|
(package private) void |
sort() |
IQuantity getSetting(IQuantity timestamp)
timestamp - the timestamp for which to find the given period settingvoid sort()