chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.profiler

Package org.hildan.chrome.devtools.domains.profiler

Types

CounterInfo

Collected counter information.

data class CounterInfo

CoverageRange

Coverage data for a source range.

data class CoverageRange

FunctionCoverage

Coverage data for a JavaScript function.

data class FunctionCoverage

GetBestEffortCoverageResponse

Response type for the ProfilerDomain.getBestEffortCoverage command.

data class GetBestEffortCoverageResponse

GetCountersResponse

Response type for the ProfilerDomain.getCounters command.

data class GetCountersResponse

GetRuntimeCallStatsResponse

Response type for the ProfilerDomain.getRuntimeCallStats command.

data class GetRuntimeCallStatsResponse

PositionTickInfo

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

data class PositionTickInfo

Profile

Profile.

data class Profile

ProfileNode

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

data class ProfileNode

ProfilerDomain

class ProfilerDomain

RuntimeCallCounterInfo

Runtime call counter information.

data class RuntimeCallCounterInfo

ScriptCoverage

Coverage data for a JavaScript script.

data class ScriptCoverage

ScriptTypeProfile

Type profile data collected during runtime for a JavaScript script.

data class ScriptTypeProfile

SetSamplingIntervalRequest

Request object containing input parameters for the ProfilerDomain.setSamplingInterval command.

data class SetSamplingIntervalRequest

StartPreciseCoverageRequest

Request object containing input parameters for the ProfilerDomain.startPreciseCoverage command.

data class StartPreciseCoverageRequest

StartPreciseCoverageResponse

Response type for the ProfilerDomain.startPreciseCoverage command.

data class StartPreciseCoverageResponse

StopResponse

Response type for the ProfilerDomain.stop command.

data class StopResponse

TakePreciseCoverageResponse

Response type for the ProfilerDomain.takePreciseCoverage command.

data class TakePreciseCoverageResponse

TakeTypeProfileResponse

Response type for the ProfilerDomain.takeTypeProfile command.

data class TakeTypeProfileResponse

TypeObject

Describes a type collected during runtime.

data class TypeObject

TypeProfileEntry

Source offset and types for a parameter or return value.

data class TypeProfileEntry