Omnibox: Add Histograms to Time Parts of SearchProvider
commit31afdf7decb4ee984a6bb4f4fee84380476849a6
authormpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 26 Sep 2013 04:29:36 +0000 (26 04:29 +0000)
committermpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 26 Sep 2013 04:29:36 +0000 (26 04:29 +0000)
treeec57e9f8f7cd3d44a11513d52e3f85f7a330e8fe
parent564429f021fe563a15960704becb95f71254d7f0
Omnibox: Add Histograms to Time Parts of SearchProvider

Hopefully these will help me narrow down what part of SearchProvider
is slow.

I didn't add histograms to parts of the code that are only
executed when suggest is enabled.  People reporting the slowness
attest that the slowness appears while suggest is disabled;
I don't need to monitor the suggest section of the code at all.

BUG=237703,178705,262263,168933

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225323 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/autocomplete/search_provider.cc