Type Alias: HeapAnalysisOptions
HeapAnalysisOptions =
object
Defined in: heap-analysis/src/PluginUtils.ts:70
This is the auto-generated arguments passed to all the process method
that your self-defined heap analysis should implement.
You are not supposed to construct instances of this class.
For code examples on how this options could be used, see getSnapshotFileForAnalysis, loadHeapSnapshot, or snapshotMapReduce.