Hprof Header
data class HprofHeader( val heapDumpTimestamp: Long = System.currentTimeMillis(), val version: HprofVersion = HprofVersion.ANDROID, val identifierByteSize: Int = 4)
Content copied to clipboard
Represents the header metadata of a Hprof file.
Constructors
Link copied to clipboard
fun HprofHeader( heapDumpTimestamp: Long = System.currentTimeMillis(), version: HprofVersion = HprofVersion.ANDROID, identifierByteSize: Int = 4)
Content copied to clipboard