Lines Matching full:time
37 # include <sys/time.h>
118 _constants_ variable at run time, anyway? */
143 /* Elapsed time for this variable. */
147 using timevar_start, this contains the start time. */
162 /* An element on the timing stack. Elapsed time is attributed to the
185 /* The time at which the topmost element on the timing stack was
186 pushed. Time elapsed since then is attributed to the topmost
195 /* Fill the current times into TIME. The definition of this function
276 /* Push TIMEVAR onto the timing stack. No further elapsed time is
278 subsequent elapsed time is attributed to TIMEVAR, until it is
301 /* What time is it? */
304 /* If the stack isn't empty, attribute the current elapsed time to
309 /* Reset the start time; from now on, time is attributed to
331 popped variable must be TIMEVAR. Elapsed time since the that
349 /* What time is it? */
352 /* Attribute the elapsed time to the element we're popping. */
355 /* Reset the start time; from now on, time is attributed to the
369 time until timevar_stop is called for the same timing variable is
393 /* Stop timing TIMEVAR. Time elapsed since timevar_start was called
414 /* Fill the elapsed time for TIMEVAR into ELAPSED. Returns
442 a special meaning -- it's considered to be the total elapsed time,
449 /* Only print stuff if we have some sort of time information. */
463 /* What time is it? */
466 /* If the stack isn't empty, attribute the current elapsed time to
471 /* Reset the start time; from now on, time is attributed to
481 /* Don't print the total execution time here; that goes at the
501 /* Print user-mode time for this process. */
508 /* Print system-mode time for this process. */
515 /* Print wall clock time elapsed. */
524 /* Print total time. */
540 /* Returns time (user + system) used so far by the compiler process,
551 /* Prints a message to stderr stating that time elapsed in STR is
561 _("time in %s: %ld.%06ld (%ld%%)\n"),