pl.wendigo.chrome.domain.profiler

Package pl.wendigo.chrome.domain.profiler

Types

ConsoleProfileFinishedEvent

data class ConsoleProfileFinishedEvent : ProtocolEvent

Represents event frames for Profiler.consoleProfileFinished

ConsoleProfileStartedEvent

data class ConsoleProfileStartedEvent : ProtocolEvent

Represents event frames for Profiler.consoleProfileStarted

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.

ProfilerDomain

class ProfilerDomain

ProfilerDomain represents remote debugger protocol domain.

SetSamplingIntervalRequest

data class SetSamplingIntervalRequest

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

StopResponse

data class StopResponse

Represents response frame for Profiler.stop method call.