struct Protocol::Browser::Bucket

Overview

Chrome histogram bucket.

Included Modules

Defined in:

protocol/browser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def count : Int::Primitive #

Number of samples.


[View source]
def high : Int::Primitive #

Maximum value (exclusive).


[View source]
def low : Int::Primitive #

Minimum value (inclusive).


[View source]