Home | History | Annotate | Download | only in browser

Lines Matching full:thread_name

85   JankObserverHelper(const std::string& thread_name,
129 const std::string& thread_name,
135 slow_processing_counter_(std::string("Chrome.SlowMsg") + thread_name),
136 queueing_delay_counter_(std::string("Chrome.DelayMsg") + thread_name),
138 std::string("Chrome.ProcMsgL ") + thread_name,
141 std::string("Chrome.TotalMsgL ") + thread_name,
143 total_time_watchdog_(excessive_duration, thread_name, watchdog_enable) {
216 IOJankObserver(const char* thread_name,
219 : helper_(thread_name, excessive_duration, watchdog_enable) {}
272 UIJankObserver(const char* thread_name,
275 : helper_(thread_name, excessive_duration, watchdog_enable) {}