GCC Middle and Back End API Reference
|
#include <gcov-io.h>
Data Fields | |
gcov_unsigned_t | num |
gcov_unsigned_t | runs |
gcov_type | sum_all |
gcov_type | run_max |
gcov_type | sum_max |
gcov_bucket_type | histogram [GCOV_HISTOGRAM_SIZE] |
Cumulative counter data.
gcov_bucket_type gcov_ctr_summary::histogram[GCOV_HISTOGRAM_SIZE] |
gcov_unsigned_t gcov_ctr_summary::num |
gcov_type gcov_ctr_summary::run_max |
Referenced by compute_frequency_overlap().
gcov_unsigned_t gcov_ctr_summary::runs |
Referenced by compute_frequency_overlap(), and input_profile_summary().
gcov_type gcov_ctr_summary::sum_all |
Referenced by compute_frequency_overlap(), and input_profile_summary().
gcov_type gcov_ctr_summary::sum_max |
Referenced by compute_frequency_overlap(), and input_profile_summary().