|
GCC Middle and Back End API Reference
|

Data Fields | |
| struct timevar_def * | timevar |
| struct timevar_stack_def * | next |
An element on the timing stack. Elapsed time is attributed to the topmost timing variable on the stack.
| struct timevar_stack_def* timevar_stack_def::next |
Referenced by timevar_pop_1(), and timevar_push_1().
| struct timevar_def* timevar_stack_def::timevar |
Referenced by timevar_pop_1(), timevar_print(), and timevar_push_1().