GCC Middle and Back End API Reference
gcov_bucket_type Struct Reference

#include <gcov-io.h>

Data Fields

gcov_unsigned_t num_counters
gcov_type min_value
gcov_type cum_value

Detailed Description

Structured records. Structure used for each bucket of the log2 histogram of counter values.


Field Documentation

gcov_type gcov_bucket_type::cum_value

Cumulative value of the profile counts in this bucket.

gcov_type gcov_bucket_type::min_value

Smallest profile count included in this bucket.

gcov_unsigned_t gcov_bucket_type::num_counters

Number of counters whose profile count falls within the bucket.


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