//leakcanary-repo/shark/HeapTraversalOutput
HeapTraversalOutput¶
interface HeapTraversalOutput : HeapTraversalInput
Inheritors¶
FirstHeapTraversal |
HeapDiff |
Types¶
Name | Summary |
---|---|
Companion | [jvm] object Companion |
Properties¶
Name | Summary |
---|---|
scenarioLoopsPerGraph | [jvm] abstract val scenarioLoopsPerGraph: Int How many times a scenario that might cause heap growth is repeated in between each dump and traversal. This leads the traversal algorithm to only look at objects that are growing at least scenarioLoopsPerGraph times since the previous traversal. |
shortestPathTree | [jvm] abstract val shortestPathTree: ShortestPathObjectNode A representation of the heap as a tree of shortest path from roots to each object in the heap, where: |
traversalCount | [jvm] abstract val traversalCount: Int |