struct Protocol::Tracing::BufferUsage
- Protocol::Tracing::BufferUsage
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/tracing.crConstructors
Instance Method Summary
-
#event_count : Number::Primitive | Nil
An approximate number of events in the trace log.
-
#percent_full : Number::Primitive | Nil
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
-
#value : Number::Primitive | Nil
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
Constructor Detail
Instance Method Detail
def percent_full : Number::Primitive | Nil
#
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
def value : Number::Primitive | Nil
#
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.