pl.wendigo.chrome.api.profiler / TakeTypeProfileResponse

TakeTypeProfileResponse

data class TakeTypeProfileResponse (source)

Represents response frame that is returned from Profiler#takeTypeProfile operation call. Collect type profile.

Link
Profiler#takeTypeProfile method documentation.

See Also

ProfilerOperations.takeTypeProfile

Constructors

<init>

TakeTypeProfileResponse(result: List<ScriptTypeProfile>)

Represents response frame that is returned from Profiler#takeTypeProfile operation call. Collect type profile.

Properties

result

val result: List<ScriptTypeProfile>

Type profile for all scripts since startTypeProfile() was turned on.