struct Protocol::Browser::Bucket
- Protocol::Browser::Bucket
- Struct
- Value
- Object
Overview
Chrome histogram bucket.
Included Modules
- JSON::Serializable
Defined in:
protocol/browser.crConstructors
Instance Method Summary
-
#count : Int::Primitive
Number of samples.
-
#high : Int::Primitive
Maximum value (exclusive).
-
#low : Int::Primitive
Minimum value (inclusive).