Home
last modified time | relevance | path

Searched refs:start_of_run (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/
Dtracked_objects.cc514 TrackedTime start_of_run = stopwatch.StartTime(); in TallyRunOnNamedThreadIfTracking() local
516 if (!start_of_run.is_null()) { in TallyRunOnNamedThreadIfTracking()
517 queue_duration = (start_of_run - completed_task.EffectiveTimePosted()) in TallyRunOnNamedThreadIfTracking()
550 TrackedTime start_of_run = stopwatch.StartTime(); in TallyRunOnWorkerThreadIfTracking() local
552 if (!start_of_run.is_null()) { in TallyRunOnWorkerThreadIfTracking()
553 queue_duration = (start_of_run - time_posted).InMilliseconds(); in TallyRunOnWorkerThreadIfTracking()