Motr  M0
m0_addb2_hist_data Struct Reference

#include <histogram.h>

Collaboration diagram for m0_addb2_hist_data:
Collaboration graph

Data Fields

int64_t hd_min
 
int64_t hd_max
 
uint32_t hd_bucket [M0_ADDB2_HIST_BUCKETS]
 

Detailed Description

Data (in addition to counter data, m0_addb2_counter_data), produced by the histogram.

Definition at line 108 of file histogram.h.

Field Documentation

◆ hd_bucket

uint32_t hd_bucket[M0_ADDB2_HIST_BUCKETS]

Array of buckets.

Definition at line 121 of file histogram.h.

◆ hd_max

int64_t hd_max

Maximum. Once set this is never changed.

Definition at line 119 of file histogram.h.

◆ hd_min

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.


The documentation for this struct was generated from the following file: