pl.wendigo.chrome.api.profiler / TypeProfileEntry

TypeProfileEntry

data class TypeProfileEntry (source)

Source offset and types for a parameter or return value.

Link
Profiler#TypeProfileEntry type documentation.

Constructors

<init>

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

Source offset and types for a parameter or return value.

Properties

offset

val offset: Int

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

types

val types: List<TypeObject>

The types for this parameter or return value.