pl.wendigo.chrome.api.performance

Package pl.wendigo.chrome.api.performance

Contains DevTools Protocol Performance domain implementation accessible via PerformanceOperations class.

Types

GetMetricsResponse

data class GetMetricsResponse

Represents response frame that is returned from Performance#getMetrics operation call. Retrieve current values of run-time metrics.

Metric

data class Metric

Run-time execution metric.

MetricsEvent

data class MetricsEvent : Event

Current values of the metrics.

PerformanceOperations

class PerformanceOperations

PerformanceOperations represents Performance protocol domain request/response operations and events that can be captured.

SetTimeDomainRequest

data class SetTimeDomainRequest

Represents request frame that can be used with Performance#setTimeDomain operation call.