stats.BasicStat.Slot_ Extends
A struct containing information for each sub-interval.

Inheritance

Constructor

goog.stats.BasicStat.Slot_(end)

Parameters

end : number
The end time for this slot, in milliseconds.
Public Protected Private

Instance Properties

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