dotty.tools.dotc.profile

Type members

Classlikes

sealed
Companion
object
Companion
class
case
class EventType(name: String)
Companion
object
object EventType
Companion
class
case
class GcEventData(pool: String, reportTimeNs: Long, gcStartMillis: Long, gcEndMillis: Long, name: String, action: String, cause: String, threads: Long)
case
class ProfileRange(start: ProfileSnap, end: ProfileSnap, phase: Phase, purpose: String, taskCount: Int, thread: Thread)
sealed
case
class ProfileSnap(threadId: Long, threadName: String, snapTimeNanos: Long, idleTimeNanos: Long, cpuTimeNanos: Long, userTimeNanos: Long, allocatedBytes: Long, heapBytes: Long)
object Profiler
Companion
class
sealed
trait Profiler
Companion
object