class Kuroko2::MemoryConsumptionLog::Interval
def initialize(base_time, count = 0)
-
count(Integer) -- Throttled to be less than 50. -
base_time(Time) --
def initialize(base_time, count = 0) @base_time = base_time @count = [count, 50].min end