Profile

dotty.tools.dotc.reporting.Profile$
See theProfile companion class
object Profile

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Profile.type

Members list

Type members

Classlikes

class Info(details: Int)

Attributes

Supertypes
class Object
trait Matchable
class Any
case class MethodInfo(meth: Symbol, size: Int, span: Span)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object NoInfo.type
object NoInfo extends MethodInfo

Attributes

Supertypes
class MethodInfo
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NoInfo.type

Value members

Concrete methods

def chunks(size: Int): Int
def current(using Context): Profile

Concrete fields

inline val TastyChunkSize: 50