HeapAnalysisProgress

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

progressPercent is a value between 0..1

Sent from the thread performing the analysis.

Constructors

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

Properties

progressPercent
Link copied to clipboard
val progressPercent: Double
step
Link copied to clipboard
val step: OnAnalysisProgressListener.Step
uniqueId
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.