Home | History | Annotate | Download | only in base

Lines Matching refs:queue_duration

128 void DeathData::RecordDeath(const int32_t queue_duration,
143 queue_duration_sum_ + queue_duration);
147 if (queue_duration_max() < queue_duration)
148 base::subtle::NoBarrier_Store(&queue_duration_max_, queue_duration);
162 base::subtle::NoBarrier_Store(&queue_duration_sample_, queue_duration);
498 int32_t queue_duration,
504 random_number_ += queue_duration + run_duration + kSomePrimeNumber;
517 death_data->RecordDeath(queue_duration, run_duration, random_number_);
550 int32_t queue_duration = 0;
552 queue_duration = (start_of_run - completed_task.EffectiveTimePosted())
555 current_thread_data->TallyADeath(*births, queue_duration, stopwatch);
583 int32_t queue_duration = 0;
585 queue_duration = (start_of_run - time_posted).InMilliseconds();
587 current_thread_data->TallyADeath(*births, queue_duration, stopwatch);
604 int32_t queue_duration = 0;
605 current_thread_data->TallyADeath(*births, queue_duration, stopwatch);