Lines Matching refs:TaskStopwatch
569 const TaskStopwatch& stopwatch) { in TallyADeath()
617 const TaskStopwatch& stopwatch) { in TallyRunOnNamedThreadIfTracking()
646 const TaskStopwatch& stopwatch) { in TallyRunOnWorkerThreadIfTracking()
677 const TaskStopwatch& stopwatch) { in TallyRunInAScopedRegionIfTracking()
925 TaskStopwatch::TaskStopwatch() in TaskStopwatch() function in tracked_objects::TaskStopwatch
940 TaskStopwatch::~TaskStopwatch() { in ~TaskStopwatch()
947 void TaskStopwatch::Start() { in Start()
974 void TaskStopwatch::Stop() { in Stop()
1007 TrackedTime TaskStopwatch::StartTime() const { in StartTime()
1015 int32_t TaskStopwatch::RunDurationMs() const { in RunDurationMs()
1023 ThreadData* TaskStopwatch::GetThreadData() const { in GetThreadData()