ObjectGrowthWarmupHeapDumper

class ObjectGrowthWarmupHeapDumper(objectGrowthDetector: ObjectGrowthDetector, delegate: HeapDumper) : HeapDumper

Constructors

Link copied to clipboard
constructor(objectGrowthDetector: ObjectGrowthDetector, delegate: HeapDumper)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun dumpHeap(heapDumpFile: File)

Dumps the heap. The implementation is expected to be blocking until the heap is dumped or heap dumping failed.

Link copied to clipboard
fun HeapDumper.withDetectorWarmup(objectGrowthDetector: ObjectGrowthDetector): HeapDumper
Link copied to clipboard
fun HeapDumper.withGc(gcTrigger: GcTrigger = GcTrigger.inProcess()): HeapDumper