MetadataExtractor

fun interface MetadataExtractor

Extracts metadata from a hprof to be reported in HeapAnalysisSuccess.metadata.

This is a functional interface with which you can create a MetadataExtractor from a lambda.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun extractMetadata(graph: HeapGraph): Map<String, String>