Package-level declarations

Types

Link copied to clipboard
object HotSpotHeapDumper : HeapDumper

Functions

Link copied to clipboard
fun HeapDumper.Companion.forJvmInProcess(): HotSpotHeapDumper
Link copied to clipboard
fun ObjectGrowthDetector.repeatingJvmInProcessScenario(maxHeapDumps: Int = RepeatingScenarioObjectGrowthDetector.DEFAULT_MAX_HEAP_DUMPS, scenarioLoopsPerDump: Int = RepeatingScenarioObjectGrowthDetector.IN_PROCESS_SCENARIO_LOOPS_PER_DUMP): RepeatingScenarioObjectGrowthDetector

Creates a RepeatingScenarioObjectGrowthDetector suitable for JVM in process tests. Typically called on a ObjectGrowthDetector created via shark.forJvmHeap.