diff options
author | ppi@chromium.org <ppi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 18:47:55 +0000 |
---|---|---|
committer | ppi@chromium.org <ppi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-09 18:47:55 +0000 |
commit | 0e6b88d5826ad58adf621663bf40739462314052 (patch) | |
tree | d1c8bdd401080451b7bec2cfc5f92904dcc6a9d7 /tools | |
parent | 77c275c60f7b5c8ea3c7317a1afae85c0b5413ab (diff) | |
download | chromium_src-0e6b88d5826ad58adf621663bf40739462314052.zip chromium_src-0e6b88d5826ad58adf621663bf40739462314052.tar.gz chromium_src-0e6b88d5826ad58adf621663bf40739462314052.tar.bz2 |
Break down "reloaded due to cold start" bucket in TabStatus enum.
"Reloaded due to cold start" bucket covers the foreground tab reloaded
automatically on cold start and the background tabs reloaded on demand when the
user switches to these.
It would be useful to separate these two cases, as we'd use different methods
to address each.
BUG=270663
Review URL: https://chromiumcodereview.appspot.com/22485008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216724 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 6504c80..4b12116 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -22097,6 +22097,8 @@ other types of suffix sets. <int value="3" label="Partially evicted"/> <int value="4" label="Reloaded due to backgrounding"/> <int value="5" label="Reloaded due to incognito"/> + <int value="6" label="Reloaded due to cold start (fg tab on start)"/> + <int value="7" label="Reloaded due to cold start (bg tab on switch)"/> </enum> <enum name="TabSwitchedToForegroundLaunchedWithURL" type="int"> |