-
public final class SamplingProfileNodeHeap profile sample.
-
-
Constructor Summary
Constructors Constructor Description SamplingProfileNode(Double size, Double total, List<String> stack)
-
Method Summary
Modifier and Type Method Description final Doublecomponent1()final Doublecomponent2()final List<String>component3()final SamplingProfileNodecopy(Double size, Double total, List<String> stack)final DoublegetSize()Size of the sampled allocation. final DoublegetTotal()Total bytes attributed to this sample. final List<String>getStack()Execution stack at the point of allocation. -
-
Method Detail
-
component1
final Double component1()
-
component2
final Double component2()
-
component3
final List<String> component3()
-
-
-
-