Lines Matching refs:thread_name
86 JankObserverHelper(const std::string& thread_name,
130 const std::string& thread_name, in JankObserverHelper() argument
136 slow_processing_counter_(std::string("Chrome.SlowMsg") + thread_name), in JankObserverHelper()
137 queueing_delay_counter_(std::string("Chrome.DelayMsg") + thread_name), in JankObserverHelper()
139 std::string("Chrome.ProcMsgL ") + thread_name, in JankObserverHelper()
142 std::string("Chrome.TotalMsgL ") + thread_name, in JankObserverHelper()
144 total_time_watchdog_(excessive_duration, thread_name, watchdog_enable) { in JankObserverHelper()
217 IOJankObserver(const char* thread_name, in IOJankObserver() argument
220 : helper_(thread_name, excessive_duration, watchdog_enable) {} in IOJankObserver()
273 UIJankObserver(const char* thread_name, in UIJankObserver() argument
276 : helper_(thread_name, excessive_duration, watchdog_enable) {} in UIJankObserver()