GCC Middle and Back End API Reference
|
Data Fields | |
const char * | id |
int | val |
bool | histogram_p |
unsigned HOST_WIDE_INT | count |
unsigned HOST_WIDE_INT | prev_dumped_count |
Statistics entry. A integer counter associated to a string ID and value.
unsigned HOST_WIDE_INT statistics_counter_s::count |
bool statistics_counter_s::histogram_p |
const char* statistics_counter_s::id |
unsigned HOST_WIDE_INT statistics_counter_s::prev_dumped_count |
Referenced by statistics_fini_pass_1(), statistics_fini_pass_2(), and statistics_fini_pass_3().
int statistics_counter_s::val |