|
Motr
M0
|
#include <histogram.h>

Data Fields | |
| int64_t | hd_min |
| int64_t | hd_max |
| uint32_t | hd_bucket [M0_ADDB2_HIST_BUCKETS] |
Data (in addition to counter data, m0_addb2_counter_data), produced by the histogram.
Definition at line 108 of file histogram.h.
| uint32_t hd_bucket[M0_ADDB2_HIST_BUCKETS] |
Array of buckets.
Definition at line 121 of file histogram.h.
| int64_t hd_max |
Maximum. Once set this is never changed.
Definition at line 119 of file histogram.h.
| int64_t hd_min |
Minimum. Once set this is never changed.
This is set either when histogram is initialised or at the end of auto-tuning period.
Definition at line 115 of file histogram.h.