|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct timevar_time_def | elapsed |
| struct timevar_time_def | start_time |
| const char * | name |
| unsigned | standalone: 1 |
| unsigned | used: 1 |
See timevar.h for an explanation of timing variables.
A timing variable.
| struct timevar_time_def timevar_def::elapsed |
Referenced by timevar_cond_stop(), timevar_pop_1(), timevar_print(), timevar_push_1(), timevar_stop(), and validate_phases().
| const char* timevar_def::name |
Referenced by timevar_print(), and validate_phases().
| unsigned timevar_def::standalone |
Referenced by timevar_cond_start(), timevar_cond_stop(), timevar_push_1(), timevar_start(), and timevar_stop().
| struct timevar_time_def timevar_def::start_time |
Referenced by timevar_cond_start(), timevar_cond_stop(), timevar_start(), and timevar_stop().
| unsigned timevar_def::used |
Referenced by timevar_cond_start(), timevar_print(), timevar_push_1(), timevar_start(), and validate_phases().