pl.wendigo.chrome.api.memory / GetBrowserSamplingProfileResponse

GetBrowserSamplingProfileResponse

data class GetBrowserSamplingProfileResponse (source)

Represents response frame that is returned from Memory#getBrowserSamplingProfile operation call. Retrieve native memory allocations profile collected since browser process startup.

Link
Memory#getBrowserSamplingProfile method documentation.

See Also

MemoryOperations.getBrowserSamplingProfile

Constructors

<init>

GetBrowserSamplingProfileResponse(profile: SamplingProfile)

Represents response frame that is returned from Memory#getBrowserSamplingProfile operation call. Retrieve native memory allocations profile collected since browser process startup.

Properties

profile

val profile: SamplingProfile