GCC Middle and Back End API Reference
statistics.h File Reference

Go to the source code of this file.

Functions

void statistics_early_init (void)
void statistics_init (void)
void statistics_fini (void)
void statistics_fini_pass (void)
void statistics_counter_event (struct function *, const char *, int)
void statistics_histogram_event (struct function *, const char *, int)

Function Documentation

void statistics_counter_event ( struct function ,
const char *  ,
int   
)
void statistics_early_init ( void  )
In statistics.c  
Register the statistics dump file.   

References dump_register(), and statistics_dump_nr.

Referenced by general_init().

void statistics_fini ( void  )
void statistics_histogram_event ( struct function ,
const char *  ,
int   
)
void statistics_init ( void  )