GCC Middle and Back End API Reference
gcov_working_set_info Struct Reference

#include <gcov-io.h>

Data Fields

unsigned num_counters
gcov_type min_counter

Detailed Description

   Working set size statistics for a given percentage of the entire
   profile (sum_all from the counter summary).  

Field Documentation

gcov_type gcov_working_set_info::min_counter
     Smallest counter included in this working set.  

Referenced by compute_working_sets(), and get_working_sets().

unsigned gcov_working_set_info::num_counters
     Number of hot counters included in this working set.  

Referenced by compute_working_sets(), and get_working_sets().


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