LocationFunctionProfile

scalus.uplc.eval.LocationFunctionProfile
case class LocationFunctionProfile(file: String, line: Int, functionName: String, memory: Long, cpu: Long, count: Long)

Which builtins are called from a given source location.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product