Lines Matching refs:TaskStopwatch
508 const TaskStopwatch& stopwatch) { in TallyADeath()
552 const TaskStopwatch& stopwatch) { in TallyRunOnNamedThreadIfTracking()
581 const TaskStopwatch& stopwatch) { in TallyRunOnWorkerThreadIfTracking()
612 const TaskStopwatch& stopwatch) { in TallyRunInAScopedRegionIfTracking()
856 TaskStopwatch::TaskStopwatch() in TaskStopwatch() function in tracked_objects::TaskStopwatch
867 TaskStopwatch::~TaskStopwatch() { in ~TaskStopwatch()
874 void TaskStopwatch::Start() { in Start()
897 void TaskStopwatch::Stop() { in Stop()
926 TrackedTime TaskStopwatch::StartTime() const { in StartTime()
934 int32_t TaskStopwatch::RunDurationMs() const { in RunDurationMs()
942 ThreadData* TaskStopwatch::GetThreadData() const { in GetThreadData()