ProfileSnap

dotty.tools.dotc.profile.ProfileSnap
case class ProfileSnap(threadId: Long, threadName: String, snapTimeNanos: Long, idleTimeNanos: Long, cpuTimeNanos: Long, userTimeNanos: Long, allocatedBytes: Long, heapBytes: Long)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def updateHeap(heapBytes: Long): ProfileSnap

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product