Done
data class Done(analysis: HeapAnalysis, stripHeapDumpDurationMillis: Long?) : HeapAnalysisJob.Result
Content copied to clipboard
Properties
stripHeapDumpDurationMillis
Link copied to clipboard
The time spent stripping the hprof of any data if HeapAnalysisConfig.stripHeapDump is true, null otherwise.