DumpingRepeatingScenarioObjectGrowthDetector

class DumpingRepeatingScenarioObjectGrowthDetector(objectGrowthDetector: ObjectGrowthDetector, heapDumpFileProvider: HeapDumpFileProvider, heapDumper: HeapDumper, heapDumpStorageStrategy: HeapDumpStorageStrategy) : RepeatingScenarioObjectGrowthDetector

A RepeatingScenarioObjectGrowthDetector suitable for junit based automated tests that can dump the heap.

See also

RepeatingScenarioObjectGrowthDetector.findRepeatedlyGrowingObjects

Constructors

constructor(objectGrowthDetector: ObjectGrowthDetector, heapDumpFileProvider: HeapDumpFileProvider, heapDumper: HeapDumper, heapDumpStorageStrategy: HeapDumpStorageStrategy)

Functions

Link copied to clipboard
open override fun findRepeatedlyGrowingObjects(maxHeapDumps: Int, scenarioLoopsPerDump: Int, roundTripScenario: () -> Unit): HeapDiff