Commit 61267c2b authored by rtenneti's avatar rtenneti Committed by Commit bot

Disable ThreadWatcher in STABLE channel temporarily to measure its

impact on battery.

Will be measuring its impact in the following dashboard.

https://chromeperf.appspot.com/report?masters=ChromiumPerf&bots=chromium-rel-mac9&tests=power.top_25%2Fidle_wakeups_total&checked=idle_wakeups_total%2Cref

R=asvitkine@chromium.org
BUG=426203

Review URL: https://codereview.chromium.org/1107283005

Cr-Commit-Position: refs/heads/master@{#327555}
parent 75727f2f
...@@ -542,6 +542,7 @@ void ThreadWatcherList::InitializeAndStartWatching( ...@@ -542,6 +542,7 @@ void ThreadWatcherList::InitializeAndStartWatching(
// Disable ThreadWatcher in Canary channel. // Disable ThreadWatcher in Canary channel.
chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel(); chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel();
if (channel == chrome::VersionInfo::CHANNEL_CANARY || if (channel == chrome::VersionInfo::CHANNEL_CANARY ||
channel == chrome::VersionInfo::CHANNEL_STABLE ||
channel == chrome::VersionInfo::CHANNEL_UNKNOWN) { channel == chrome::VersionInfo::CHANNEL_UNKNOWN) {
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment