Lines Matching refs:TaskStopwatch
499 const TaskStopwatch& stopwatch) { in TallyADeath()
533 const TaskStopwatch& stopwatch) { in TallyRunOnNamedThreadIfTracking()
562 const TaskStopwatch& stopwatch) { in TallyRunOnWorkerThreadIfTracking()
593 const TaskStopwatch& stopwatch) { in TallyRunInAScopedRegionIfTracking()
817 TaskStopwatch::TaskStopwatch() in TaskStopwatch() function in tracked_objects::TaskStopwatch
828 TaskStopwatch::~TaskStopwatch() { in ~TaskStopwatch()
835 void TaskStopwatch::Start() { in Start()
858 void TaskStopwatch::Stop() { in Stop()
887 TrackedTime TaskStopwatch::StartTime() const { in StartTime()
895 int32_t TaskStopwatch::RunDurationMs() const { in RunDurationMs()
903 ThreadData* TaskStopwatch::GetThreadData() const { in GetThreadData()