Lines Matching full:timing
0 /* Timing variables for measuring compiler performance.
134 /* See timevar.h for an explanation of timing variables. */
136 /* This macro evaluates to nonzero if timing variables are enabled. */
139 /* A timing variable. */
146 /* If this variable is timed independently of the timing stack,
150 /* The name of this timing variable. */
153 /* Non-zero if this timing variable is running as a standalone
157 /* Non-zero if this timing variable was ever started or pushed onto
158 the timing stack. */
162 /* An element on the timing stack. Elapsed time is attributed to the
163 topmost timing variable on the stack. */
167 /* The timing variable at this stack level. */
170 /* The next lower timing variable context in the stack. */
174 /* Declared timing variables. Constructed from the contents of
178 /* The top of the timing stack. */
185 /* The time at which the topmost element on the timing stack was
251 /* Initialize timing variables. */
262 /* Initialize the names of timing variables. */
276 /* Push TIMEVAR onto the timing stack. No further elapsed time is
277 attributed to the previous topmost timing variable on the stack;
294 /* Mark this timing variable as used. */
330 /* Pop the topmost timing variable element off the timing stack. The
334 timing variable. */
368 /* Start timing TIMEVAR independently of the timing stack. Elapsed
369 time until timevar_stop is called for the same timing variable is
381 /* Mark this timing variable as used. */
384 /* Don't allow the same timing variable to be started more than
393 /* Stop timing TIMEVAR. Time elapsed since timevar_start was called
441 /* Summarize timing variables to FP. The timing variable TV_TOTAL has
458 /* Update timing information in case we're calling this from GDB. */
486 /* Don't print timing variables that were never used. */
490 /* Don't print timing variables if we're going to get a row of
497 /* The timing variable name. */