pl.wendigo.chrome.api.profiler / ScriptTypeProfile

ScriptTypeProfile

data class ScriptTypeProfile (source)

Type profile data collected during runtime for a JavaScript script.

Link
Profiler#ScriptTypeProfile type documentation.

Constructors

<init>

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

Type profile data collected during runtime for a JavaScript script.

Properties

entries

val entries: List<TypeProfileEntry>

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

scriptId

val scriptId: ScriptId

JavaScript script id.

url

val url: String

JavaScript script name or url.