data class BufferUsageEvent : TracingEvent
<init> |
BufferUsageEvent(percentFull: Double? = null, eventCount: Double? = null, value: Double? = null) |
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? |