Closure Library API Documentation
Go to class or file:
stats.BasicStat.Slot_
Extends
A struct containing information for each sub-interval.
Useful links
Source Code
Git
Inheritance
goog.stats.BasicStat.Slot_
Constructor
goog.stats.BasicStat.Slot_(
end
)
Parameters
end
:
number
The end time for this slot, in milliseconds.
Public
Protected
Private
Instance Properties
Defined in
goog.stats.BasicStat.Slot_
count
:
Aggregated count within this slot.
Code »
end
:
End time of this slot, exclusive.
Code »
max
:
The largest atomic increment of the count within this slot.
Code »
min
:
The smallest atomic increment of the count within this slot.
Code »
Package stats.BasicStat
Package Reference