Method
count
number of values added to all buckets
Source from the content-addressed store, hash-verified
| 77 | |
| 78 | // number of values added to all buckets |
| 79 | uint32_t Histogram::count() |
| 80 | { |
| 81 | return _count; |
| 82 | }; |
| 83 | |
| 84 | |
| 85 | // returns the count of a bucket |