memory-check / nl.stokpop.memory.domain / HeapHistogramDumpLine

HeapHistogramDumpLine

data class HeapHistogramDumpLine

Representation of one line in a heap histogram dump.

Constructors

<init>

HeapHistogramDumpLine(className: ClassName, num: Long?, instances: Long?, bytes: Long?)

Representation of one line in a heap histogram dump.

Properties

bytes

val bytes: Long?

className

val className: ClassName

instances

val instances: Long?

num

val num: Long?

Functions

isGhost

fun isGhost(): Boolean

Companion Object Functions

createGhostLine

fun createGhostLine(name: ClassName): HeapHistogramDumpLine