MemorySample

data class MemorySample(val opName: String, val usedBytes: Long, val totalBytes: Long, val usagePercentage: Double)(source)

Constructors

Link copied to clipboard
constructor(opName: String, usedBytes: Long, totalBytes: Long, usagePercentage: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard