public class SamplingProfileNode extends Object
| Constructor and Description |
|---|
SamplingProfileNode() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getSize()
Size of the sampled allocation.
|
List<String> |
getStack()
Execution stack at the point of allocation.
|
Double |
getTotal()
Total bytes attributed to this sample.
|
void |
setSize(Double size)
Size of the sampled allocation.
|
void |
setStack(List<String> stack)
Execution stack at the point of allocation.
|
void |
setTotal(Double total)
Total bytes attributed to this sample.
|
public Double getSize()
public void setSize(Double size)
public Double getTotal()
public void setTotal(Double total)
Copyright © 2020. All rights reserved.