Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Issue 6679049: Adds some histograms from various omnibox queries. I'm doing this as (Closed)

Created:
9 years, 9 months ago by sky
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Adds some histograms from various omnibox queries. I'm doing this as with the quick provider enabled the omnibox feels a bit sluggish and I would like to quantify that. I'll update the xml file separately. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78263

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix compile error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
M chrome/browser/autocomplete/autocomplete.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/autocomplete/history_quick_provider.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
sky
9 years, 9 months ago (2011-03-14 20:11:34 UTC) #1
sky
9 years, 9 months ago (2011-03-14 20:11:51 UTC) #2
jar (doing other things)
I only read how you used the data in the histograms, so you need someone ...
9 years, 9 months ago (2011-03-14 20:30:20 UTC) #3
sky
It was my understanding I should only use the macro if the name won't change. ...
9 years, 9 months ago (2011-03-14 20:35:09 UTC) #4
jar (doing other things)
Right. You can't use the macro if the name changes. What I was trying to ...
9 years, 9 months ago (2011-03-14 21:01:25 UTC) #5
sky
This is temporary. Also, while this code is hit on every key stroke in the ...
9 years, 9 months ago (2011-03-14 22:35:57 UTC) #6
mrossetti
9 years, 9 months ago (2011-03-15 17:33:50 UTC) #7
LGTM, I'll be particularly interested in times for the first 1 to 3 characters
so this will be very valuable. I've got some concern that certain cases should
be short-circuited after grabbing the result set and before drilling down and
scoring every result, probably based on the size of the result set.

Powered by Google App Engine
This is Rietveld 408576698