Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects.cc568 TrackedTime start_of_run = stopwatch.StartTime(); in TallyRunOnNamedThreadIfTracking() local
570 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() local
603 if (!start_of_run.is_null()) { in TallyRunOnWorkerThreadIfTracking()
604 queue_duration = (start_of_run - time_posted).InMilliseconds(); in TallyRunOnWorkerThreadIfTracking()