| 53 | } |
| 54 | |
| 55 | static int64_t counts_get_normalised(const struct hdr_histogram* h, int32_t index) |
| 56 | { |
| 57 | return counts_get_direct(h, normalize_index(h, index)); |
| 58 | } |
| 59 | |
| 60 | static void counts_inc_normalised( |
| 61 | struct hdr_histogram* h, int32_t index, int64_t value) |
no test coverage detected