Class LayerBreakdownVisitor.LayerEntry
- java.lang.Object
-
- org.openjdk.jmc.flightrecorder.rules.tree.traversal.LayerBreakdownVisitor.LayerEntry
-
- Enclosing class:
- LayerBreakdownVisitor
public static class LayerBreakdownVisitor.LayerEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LayerEntry(IType<?> type, IQuantity duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IQuantity
getDuration()
IType<?>
getType()
-