pl.wendigo.chrome.api.tracing / BufferUsageEvent

BufferUsageEvent

data class BufferUsageEvent : Event (source)

Link
Tracing#bufferUsage event documentation.

Constructors

<init>

BufferUsageEvent(percentFull: Double? = null, eventCount: Double? = null, value: Double? = null)

Properties

eventCount

val eventCount: Double?

An approximate number of events in the trace log.

percentFull

val percentFull: Double?

A number in range 0..1 that indicates the used size of event buffer as a fraction of its total size.

value

val value: Double?

A number in range 0..1 that indicates the used size of event buffer as a fraction of its total size.

Inherited Functions

protocolDomain

fun protocolDomain(): String