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

StopResponse

data class StopResponse

Response type for the ProfilerDomain.stop command.

Constructors

<init>

Response type for the ProfilerDomain.stop command.

StopResponse(profile: Profile)

Properties

profile

Recorded profile.

val profile: Profile