Go to the documentation of this file.
85 int low_pair =
zero - 1;
86 for (
int i =
zero - 1;
i >= bottom_half;
i--) {
88 if (low_pair - 1 >= 0)
92 assert(low_pair == 0 || low_pair == -1 || low_pair == -2);
94 for (
int i = bottom_half - 1;
i >= 0;
i--)
99 for (
int i =
zero;
i < top_half;
i++) {
101 if (high_pair + 1 <
size)
105 assert(high_pair ==
size || high_pair ==
size + 1);
107 for (
int i = top_half;
i <
size;
i++)
120 const bool even = ((
size - 1) % 2) == 0;
129 for (
int i = pair;
i >=
zero; --
i) {
136 for (
int i =
zero - 1;
i >= 0;
i--)
158 int half = (
size + 1) / 2;
161 for (
int i = 0;
i < half;
i++) {
167 assert(pair ==
size || pair ==
size + 1);
169 for (
int i = half;
i <
size;
i++)
205 logs += std::log(
val) * number;
212 int b_size = hs->
size();
213 assert(
size() == b_size);
226 for (uint32_t
i = 0;
i < b_size;
i++)
VCounter cvec
Counter for each bucket.
void sample(Counter val, int number)
Add a value to the distribution for the given number of times.
Counter logs
The sum of logarithm of each sample, used to compute geometric mean.
Counter min_val
The smallest value sampled.
size_type size() const
Return the number of buckets in this distribution.
bool zero() const
Returns true if any calls to sample have been made.
Counter bucket_size
The number of entries in each bucket.
Counter sum
The current sum.
Counter min_track
The minimum value to track.
Counter max_track
The maximum value to track.
VCounter cvec
Counter for each bucket.
Counter max_bucket
Lower bound of the last bucket's range.
void growUp()
Given a bucket size B, and a range of values [0, N], this function doubles the bucket size to double ...
Counter samples
The number of samples.
Counter sum
The current sum.
Counter max_val
The largest value sampled.
Counter overflow
The number of values sampled more than max.
void sample(Counter val, int number)
Add a value to the distribution for the given number of times.
void growDown()
Given a bucket size B, and a range of values [0, N], this function doubles the bucket size to double ...
Counter squares
The sum of squares.
GEM5_DEPRECATED_NAMESPACE(GuestABI, guest_abi)
Counter underflow
The number of values sampled less than min.
Counter min_bucket
Lower bound of the first bucket's range.
double Counter
All counters are of 64-bit values.
Counter squares
The sum of squares.
Templatized storage and interface for a histogram stat.
Counter bucket_size
The number of entries in each bucket.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
void growOut()
Given a bucket size B, and a range of values [M, N], where M < 0, this function doubles the bucket si...
void add(HistStor *other)
Adds the contents of the given storage to this storage.
Counter samples
The number of samples.
Generated on Thu Jun 16 2022 10:41:45 for gem5 by doxygen 1.8.17