struct Cryload::Histogram::Bin

Overview

One rolled-up linear bin of the text histogram and the JSON report.

Defined in:

cryload/histogram.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start_ms : Float64, end_ms : Float64, count : Int64, percent : Float64) #

Instance Method Detail

def count : Int64 #

def end_ms : Float64 #

def percent : Float64 #

def start_ms : Float64 #