HeapAnalysis

sealed class HeapAnalysis : Serializable

The result of an analysis performed by HeapAnalyzer, either a HeapAnalysisSuccess or a HeapAnalysisFailure. This class is serializable however there are no guarantees of forward compatibility.

Types

Companion
Link copied to clipboard
object Companion

Properties

analysisDurationMillis
Link copied to clipboard
abstract val analysisDurationMillis: Long

Total time spent analyzing the heap.

createdAtTimeMillis
Link copied to clipboard
abstract val createdAtTimeMillis: Long

The System.currentTimeMillis when this HeapAnalysis instance was created.

dumpDurationMillis
Link copied to clipboard
abstract val dumpDurationMillis: Long

Total time spent dumping the heap.

heapDumpFile
Link copied to clipboard
abstract val heapDumpFile: File

The hprof file that was analyzed.

Inheritors

HeapAnalysisFailure
Link copied to clipboard
HeapAnalysisSuccess
Link copied to clipboard