GCC Middle and Back End API Reference
|
#include <gcov-io.h>
Data Fields | |
gcov_unsigned_t | num_counters |
gcov_type | min_value |
gcov_type | cum_value |
Structured records.
Structure used for each bucket of the log2 histogram of counter values.
gcov_type gcov_bucket_type::cum_value |
Cumulative value of the profile counts in this bucket.
Referenced by compute_working_sets(), and gcov_histogram_merge().
gcov_type gcov_bucket_type::min_value |
Smallest profile count included in this bucket.
Referenced by compute_working_sets(), and gcov_histogram_merge().
gcov_unsigned_t gcov_bucket_type::num_counters |
Number of counters whose profile count falls within the bucket.
Referenced by compute_working_sets(), gcov_histogram_merge(), and gcov_write_tag_length().