pl.wendigo.chrome.api.profiler

Package pl.wendigo.chrome.api.profiler

Contains DevTools Protocol Profiler domain implementation accessible via ProfilerOperations class.

Types

ConsoleProfileFinishedEvent

data class ConsoleProfileFinishedEvent : Event

ConsoleProfileStartedEvent

data class ConsoleProfileStartedEvent : Event

Sent when new profile recodring is started using console.profile() call.

PositionTickInfo

data class PositionTickInfo

Specifies a number of samples attributed to a certain source position.

Profile

data class Profile

Profile.

ProfileNode

data class ProfileNode

Profile node. Holds callsite information, execution statistics and child nodes.

ProfilerOperations

class ProfilerOperations

ProfilerOperations represents Profiler protocol domain request/response operations and events that can be captured.

SetSamplingIntervalRequest

data class SetSamplingIntervalRequest

Represents request frame that can be used with Profiler#setSamplingInterval operation call.

StopResponse

data class StopResponse

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