|
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 |
The next lower timing variable context in the stack.
Referenced by timevar_push_1().
| struct timevar_def* timevar_stack_def::timevar |
The timing variable at this stack level.
Referenced by timevar_init(), and validate_phases().