Lines Matching refs:timer
154 timer. */
238 /* Add the difference between STOP and START to TIMER. */
241 timevar_accumulate (timer, start, stop)
242 struct timevar_time_def *timer;
246 timer->user += stop->user - start->user;
247 timer->sys += stop->sys - start->sys;
248 timer->wall += stop->wall - start->wall;
281 TIMEVAR cannot be running as a standalone timer. */
297 /* Can't push a standalone timer. */
427 /* Is TIMEVAR currently running as a standalone timer? */
433 /* Or is TIMEVAR at the top of the timer stack? */