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

HeapHistogramDump

data class HeapHistogramDump

Representation of a heap histogram dump, which is one file with the histogram lines.

Constructors

<init>

HeapHistogramDump(histoFile: File, timestamp: LocalDateTime, histogram: List<HeapHistogramDumpLine>)

Representation of a heap histogram dump, which is one file with the histogram lines.

Properties

histoFile

val histoFile: File

histogram

val histogram: List<HeapHistogramDumpLine>

timestamp

val timestamp: LocalDateTime

Functions

findAllClassNames

fun findAllClassNames(): List<ClassName>