GCC Middle and Back End API Reference
timevar_stack_def Struct Reference
Collaboration diagram for timevar_stack_def:

Data Fields

struct timevar_deftimevar
struct timevar_stack_defnext

Detailed Description

An element on the timing stack. Elapsed time is attributed to the topmost timing variable on the stack.


Field Documentation

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().


The documentation for this struct was generated from the following file: