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