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 |
Referenced by gcov_read_summary(), gcov_write_summary(), get_coverage_counts(), and tag_summary().
gcov_type gcov_ctr_summary::run_max |
Referenced by compute_branch_probabilities(), gcov_read_summary(), gcov_write_summary(), and tag_summary().
gcov_unsigned_t gcov_ctr_summary::runs |
gcov_type gcov_ctr_summary::sum_all |
gcov_type gcov_ctr_summary::sum_max |