Dumping Repeating Scenario Object Growth Detector
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
Repeating Scenario Object Growth Detector. find Repeatedly Growing Objects
Constructors
Link copied to clipboard
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