HomeSort by relevance Sort by last modified time
    Searched full:unresponsive_time (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 23 // watched (IO) thread. |unresponsive_time| is the wait time after ping
34 // base::TimeDelta unresponsive_time = base::TimeDelta::FromSeconds(10);
39 // BrowserThread::IO, "IO", sleep_time, unresponsive_time,
79 const base::TimeDelta& unresponsive_time; member in struct:ThreadWatcher::WatchingParams
94 unresponsive_time(unresponsive_time_in),
103 // |sleep_time| is the wait time between ping messages. |unresponsive_time| is
126 base::TimeDelta unresponsive_time() const { return unresponsive_time_; } function in class:ThreadWatcher
139 // wait time between ping messages. |unresponsive_time| is the wait time after
457 const base::TimeDelta& unresponsive_time,
thread_watcher_unittest.cc 76 const TimeDelta& unresponsive_time)
78 unresponsive_time, ThreadWatcherList::kUnresponsiveCount,
442 EXPECT_EQ(kUnresponsiveTime, io_watcher_->unresponsive_time());
449 EXPECT_EQ(kUnresponsiveTime, db_watcher_->unresponsive_time());
thread_watcher.cc 138 unresponsive_time_(params.unresponsive_time),
161 DCHECK_GE(params.unresponsive_time.InMilliseconds(),
375 // Record total unresponsive_time since last pong message.
697 const base::TimeDelta& unresponsive_time,
716 unresponsive_time,
    [all...]

Completed in 59 milliseconds