chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.profiler / TypeProfileEntry

TypeProfileEntry

data class TypeProfileEntry

Source offset and types for a parameter or return value.

Official doc

Constructors

<init>

Source offset and types for a parameter or return value.

TypeProfileEntry(offset: Int, types: List<TypeObject>)

Properties

offset

Source offset of the parameter or end of function for return values.

val offset: Int

types

The types for this parameter or return value.

val types: List<TypeObject>