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

TakeTypeProfileResponse

data class TakeTypeProfileResponse

Response type for the ProfilerDomain.takeTypeProfile command.

Constructors

<init>

Response type for the ProfilerDomain.takeTypeProfile command.

TakeTypeProfileResponse(result: List<ScriptTypeProfile>)

Properties

result

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

val result: List<ScriptTypeProfile>