pl.wendigo.chrome.api.memory / GetAllTimeSamplingProfileResponse

GetAllTimeSamplingProfileResponse

data class GetAllTimeSamplingProfileResponse (source)

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

Link
Memory#getAllTimeSamplingProfile method documentation.

See Also

MemoryOperations.getAllTimeSamplingProfile

Constructors

<init>

GetAllTimeSamplingProfileResponse(profile: SamplingProfile)

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

Properties

profile

val profile: SamplingProfile