Heap Analysis Progress
class HeapAnalysisProgress(uniqueId: String, step: OnAnalysisProgressListener.Step, progressPercent: Double) : EventListener.Event
Content copied to clipboard
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)
Content copied to clipboard