//leakcanary-repo/shark/HprofIndex/Companion
Companion¶
[jvm]\ object Companion
Functions¶
Name | Summary |
---|---|
defaultIndexedGcRootTags | [jvm] fun defaultIndexedGcRootTags(): EnumSet<HprofRecordTag> |
indexRecordsOf | [jvm] fun indexRecordsOf(hprofSourceProvider: DualSourceProvider, hprofHeader: HprofHeader, proguardMapping: ProguardMapping? = null, indexedGcRootTags: Set<HprofRecordTag> = defaultIndexedGcRootTags()): HprofIndex Creates an in memory index of an hprof source provided by hprofSourceProvider. |