chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.tracing.events / TracingEvent / BufferUsageEvent

BufferUsageEvent

data class BufferUsageEvent : TracingEvent

Constructors

<init>

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

Properties

eventCount

An approximate number of events in the trace log.

val eventCount: Double?

percentFull

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

val percentFull: Double?

value

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

val value: Double?