ProfileSnap

case class ProfileSnap(threadId: Long, threadName: String, snapTimeNanos: Long, idleTimeNanos: Long, cpuTimeNanos: Long, userTimeNanos: Long, allocatedBytes: Long, heapBytes: Long)
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def updateHeap(heapBytes: Long): ProfileSnap

Inherited methods

Inherited from:
Product