Stats

dotty.tools.dotc.util.Stats
object Stats

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Stats.type

Members list

Value members

Concrete methods

def doRecord(fn: String, n: Int): Unit
def doRecordSize(fn: String, coll: Iterable[_]): coll.type
def doTrackTime[T](fn: String)(op: => T): T
def maybeMonitored[T](op: => T)(using Context): T
inline def record(inline fn: String, inline n: Int, inline skip: Boolean): Unit
inline def trackTime[T](fn: String)(inline op: T): T

Concrete fields

inline val GroupChar: '/'
inline val enabled: false
val hits: Map[String, Int]
inline val timerOnly: false