| Class | Description |
|---|---|
| BiasedLockingRevocationPauseRule | |
| BiasedLockingRevocationRule |
This rule is making use of the new dedicated biased locking revocation events available in JDK
10/18.3.
|
| ContextSwitchRule | |
| JavaBlockingRule | |
| MethodProfilingRule |
Rule that calculates the top method balance in a sliding window throughout the recording with a
relevance calculated by the ratio of samples to maximum samples for that period.
|
| MethodProfilingRule.MethodProfilingWindowResult | |
| MethodProfilingRule.PeriodRangeMap |
A simple class for storing execution sample period settings, allowing the sliding window to
get the correct samples for each time slice.
|
| VMOperationRule |