data class HeapHistogramDump
Representation of a heap histogram dump, which is one file with the histogram lines.
HeapHistogramDump(histoFile: File, timestamp: LocalDateTime, histogram: List<HeapHistogramDumpLine>)
Representation of a heap histogram dump, which is one file with the histogram lines. |
val histoFile: File |
|
val histogram: List<HeapHistogramDumpLine> |
|
val timestamp: LocalDateTime |
fun findAllClassNames(): List<ClassName> |