DateFormatHeapDumpFileProvider

class DateFormatHeapDumpFileProvider(heapDumpDirectory: File, dateProvider: () -> Date = { Date() }, prefix: String = "", suffix: String = "") : HeapDumpFileProvider

Constructors

Link copied to clipboard
constructor(heapDumpDirectory: File, dateProvider: () -> Date = { Date() }, prefix: String = "", suffix: String = "")

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun newHeapDumpFile(): File

Returns a File that can be passed to a HeapDumper to dump the heap.