data class HeapHistogramDumpLine
Representation of one line in a heap histogram dump.
HeapHistogramDumpLine(className: ClassName, num: Long?, instances: Long?, bytes: Long?)
Representation of one line in a heap histogram dump. |
val bytes: Long? |
|
val className: ClassName |
|
val instances: Long? |
|
val num: Long? |
fun isGhost(): Boolean |
fun createGhostLine(name: ClassName): HeapHistogramDumpLine |