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

Companion
Link copied to clipboard
object Companion

Functions

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