Go to the documentation of this file.
80 int low_pair =
zero - 1;
81 for (
int i =
zero - 1;
i >= bottom_half;
i--) {
83 if (low_pair - 1 >= 0)
87 assert(low_pair == 0 || low_pair == -1 || low_pair == -2);
89 for (
int i = bottom_half - 1;
i >= 0;
i--)
94 for (
int i =
zero;
i < top_half;
i++) {
96 if (high_pair + 1 <
size)
100 assert(high_pair ==
size || high_pair ==
size + 1);
102 for (
int i = top_half;
i <
size;
i++)
115 const bool even = ((
size - 1) % 2) == 0;
124 for (
int i = pair;
i >=
zero; --
i) {
131 for (
int i =
zero - 1;
i >= 0;
i--)
153 int half = (
size + 1) / 2;
156 for (
int i = 0;
i < half;
i++) {
162 assert(pair ==
size || pair ==
size + 1);
164 for (
int i = half;
i <
size;
i++)
200 logs += std::log(
val) * number;
207 int b_size = hs->
size();
208 assert(
size() == b_size);
221 for (uint32_t
i = 0;
i < b_size;
i++)
void growUp()
Given a bucket size B, and a range of values [0, N], this function doubles the bucket size to double ...
VCounter cvec
Counter for each bucket.
Templatized storage and interface for a histogram stat.
Counter min_val
The smallest value sampled.
Counter max_bucket
Lower bound of the last bucket's range.
Counter samples
The number of samples.
void growDown()
Given a bucket size B, and a range of values [0, N], this function doubles the bucket size to double ...
Counter min_track
The minimum value to track.
Counter logs
The sum of logarithm of each sample, used to compute geometric mean.
Counter min_bucket
Lower bound of the first bucket's range.
Counter squares
The sum of squares.
Counter bucket_size
The number of entries in each bucket.
void sample(Counter val, int number)
Add a value to the distribution for the given number of times.
Counter squares
The sum of squares.
bool zero() const
Returns true if any calls to sample have been made.
Counter max_track
The maximum value to track.
Counter sum
The current sum.
VCounter cvec
Counter for each bucket.
Counter max_val
The largest value sampled.
Counter bucket_size
The number of entries in each bucket.
Counter underflow
The number of values sampled less than min.
double Counter
All counters are of 64-bit values.
void add(HistStor *other)
Adds the contents of the given storage to this storage.
void growOut()
Given a bucket size B, and a range of values [M, N], where M < 0, this function doubles the bucket si...
Counter sum
The current sum.
size_type size() const
Return the number of buckets in this distribution.
void sample(Counter val, int number)
Add a value to the distribution for the given number of times.
Counter samples
The number of samples.
Counter overflow
The number of values sampled more than max.
Generated on Tue Jun 22 2021 15:28:25 for gem5 by doxygen 1.8.17