GCC Middle and Back End API Reference
|
#include <gcov-io.h>
Data Fields | |
unsigned | num_counters |
gcov_type | min_counter |
Working set size statistics for a given percentage of the entire profile (sum_all from the counter summary).
gcov_type gcov_working_set_info::min_counter |
Smallest counter included in this working set.
Referenced by get_working_sets().
unsigned gcov_working_set_info::num_counters |
Number of hot counters included in this working set.
Referenced by get_working_sets().