Count returns the number of observations added so far.
()
| 60 | |
| 61 | // Count returns the number of observations added so far. |
| 62 | func (s *StatVar) Count() int { return s.count } |
| 63 | |
| 64 | // Min returns the smallest observed value, or 0 if no observations have been added. |
| 65 | func (s *StatVar) Min() float64 { |
no outgoing calls