data class SamplingProfileNode
Heap profile sample.
<init> |
Heap profile sample. SamplingProfileNode(size: Double, total: Double, stack: List<String>) |
size |
Size of the sampled allocation. val size: Double |
stack |
Execution stack at the point of allocation. val stack: List<String> |
total |
Total bytes attributed to this sample. val total: Double |