HeapAnalysisProgress

class HeapAnalysisProgress(    val uniqueId: String,     val step: OnAnalysisProgressListener.Step,     val progressPercent: Double) : EventListener.Event

progressPercent is a value between 0..1

Sent from the thread performing the analysis.

Constructors

Link copied to clipboard
fun HeapAnalysisProgress(    uniqueId: String,     step: OnAnalysisProgressListener.Step,     progressPercent: Double)

Properties

Link copied to clipboard
val progressPercent: Double
Link copied to clipboard
val step: OnAnalysisProgressListener.Step
Link copied to clipboard
val uniqueId: String

Unique identifier for a related chain of event. The identifier for the events that run before HeapDump gets reset right before HeapDump is sent.