Home | History | Annotate | Download | only in browser

Lines Matching refs:thread_name

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