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

HistoLine

data class HistoLine

Constructors

<init>

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

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): HistoLine