Searched refs:start_of_run (Results 1 – 1 of 1) sorted by relevance
568 TrackedTime start_of_run = stopwatch.StartTime(); in TallyRunOnNamedThreadIfTracking() local570 if (!start_of_run.is_null()) { in TallyRunOnNamedThreadIfTracking()571 queue_duration = (start_of_run - completed_task.EffectiveTimePosted()) in TallyRunOnNamedThreadIfTracking()601 TrackedTime start_of_run = stopwatch.StartTime(); in TallyRunOnWorkerThreadIfTracking() local603 if (!start_of_run.is_null()) { in TallyRunOnWorkerThreadIfTracking()604 queue_duration = (start_of_run - time_posted).InMilliseconds(); in TallyRunOnWorkerThreadIfTracking()