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

ScriptTypeProfile

data class ScriptTypeProfile

Type profile data collected during runtime for a JavaScript script.

Constructors

<init>

Type profile data collected during runtime for a JavaScript script.

ScriptTypeProfile(scriptId: ScriptId, url: String, entries: List<TypeProfileEntry>)

Properties

entries

Type profile entries for parameters and return values of the functions in the script.

val entries: List<TypeProfileEntry>

scriptId

JavaScript script id.

val scriptId: ScriptId

url

JavaScript script name or url.

val url: String