GCC Middle and Back End API Reference
gcov_ctr_summary Struct Reference

#include <gcov-io.h>

Collaboration diagram for gcov_ctr_summary:

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]

Detailed Description

   Cumulative counter data.  

Field Documentation

gcov_bucket_type gcov_ctr_summary::histogram[GCOV_HISTOGRAM_SIZE]

Referenced by gcov_write_tag_length().

gcov_unsigned_t gcov_ctr_summary::num
gcov_type gcov_ctr_summary::run_max
gcov_unsigned_t gcov_ctr_summary::runs
gcov_type gcov_ctr_summary::sum_all
gcov_type gcov_ctr_summary::sum_max

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