Home | History | Annotate | Download | only in base

Lines Matching refs:stopwatch

442                              const TaskStopwatch& stopwatch) {
443 int32 run_duration = stopwatch.RunDurationMs();
495 const TaskStopwatch& stopwatch) {
505 ThreadData* current_thread_data = stopwatch.GetThreadData();
514 TrackedTime start_of_run = stopwatch.StartTime();
520 current_thread_data->TallyADeath(*birth, queue_duration, stopwatch);
527 const TaskStopwatch& stopwatch) {
546 ThreadData* current_thread_data = stopwatch.GetThreadData();
550 TrackedTime start_of_run = stopwatch.StartTime();
555 current_thread_data->TallyADeath(*birth, queue_duration, stopwatch);
561 const TaskStopwatch& stopwatch) {
571 ThreadData* current_thread_data = stopwatch.GetThreadData();
576 current_thread_data->TallyADeath(*birth, queue_duration, stopwatch);