pl.wendigo.chrome.api.profiler / StopResponse

StopResponse

data class StopResponse (source)

Represents response frame that is returned from Profiler#stop operation call.

Link
Profiler#stop method documentation.

See Also

ProfilerOperations.stop

Constructors

<init>

StopResponse(profile: Profile)

Represents response frame that is returned from Profiler#stop operation call.

Properties

profile

val profile: Profile

Recorded profile.