Uses of Class
org.openjdk.jmc.flightrecorder.rules.AbstractRule
-
Packages that use AbstractRule Package Description org.openjdk.jmc.flightrecorder.rules.jdk.cpu org.openjdk.jmc.flightrecorder.rules.jdk.general org.openjdk.jmc.flightrecorder.rules.jdk.memory -
-
Uses of AbstractRule in org.openjdk.jmc.flightrecorder.rules.jdk.cpu
Subclasses of AbstractRule in org.openjdk.jmc.flightrecorder.rules.jdk.cpu Modifier and Type Class Description classCompareCpuRule -
Uses of AbstractRule in org.openjdk.jmc.flightrecorder.rules.jdk.general
Subclasses of AbstractRule in org.openjdk.jmc.flightrecorder.rules.jdk.general Modifier and Type Class Description classFewSampledThreadsRule -
Uses of AbstractRule in org.openjdk.jmc.flightrecorder.rules.jdk.memory
Subclasses of AbstractRule in org.openjdk.jmc.flightrecorder.rules.jdk.memory Modifier and Type Class Description classApplicationHaltsRuleclassAutoBoxingRuleRule that checks how much of the total allocation is caused by possible primitive to object conversion.classGcFreedRatioRuleRule that checks how much memory was freed per second, and compares that to the liveset.classGcPauseRatioRuleclassStringDeduplicationRuleIntent of this rule is to find out if it would be worth enabling string deduplication.
-