Heap Analysis Config
data class HeapAnalysisConfig(referenceMatchers: List<ReferenceMatcher>, objectInspectors: List<ObjectInspector>, metadataExtractor: MetadataExtractor, computeRetainedHeapSize: Boolean, leakingObjectFinder: LeakingObjectFinder, stripHeapDump: Boolean)
Content copied to clipboard
Properties
computeRetainedHeapSize
Link copied to clipboard
leakingObjectFinder
Link copied to clipboard
metadataExtractor
Link copied to clipboard
objectInspectors
Link copied to clipboard
referenceMatchers
Link copied to clipboard
stripHeapDump
Link copied to clipboard