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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 1018713002: Record the time to update top sites through db thread to understand if this is low and how slow it … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uses timeticks instead of time. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 35c3c071a86a9d8d52a18c6df008a67fe2997faa..216cee21b18889ba9a592525967cb8c258079484 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8895,9 +8895,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Extensions.FeatureProviderStaticInitTime" units="milliseconds">
<owner>rkaplow@chromium.org</owner>
<summary>
- The amount of time that elapsed during
- extensions::FeatureProvider::Static. Only measured while in the browser
- process.
+ The amount of time that elapsed during extensions::FeatureProvider::Static.
+ Only measured while in the browser process.
</summary>
</histogram>
@@ -11205,6 +11204,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="History.UpdateTopSitesOnDBThreadTime" units="milliseconds">
+ <owner>yiyaoliu@chromium.org</owner>
+ <summary>
+ The amount of time for function
+ history::TopSitesBackend::UpdateTopSitesOnDBThread to execute. Excludes the
+ case where local TopSitesDatabase db_ is unavailable, i.e. where the update
+ doesn't really happen.
+ </summary>
+</histogram>
+
<histogram name="HistoryPage.ClickPosition">
<owner>rpop@google.com</owner>
<summary>
@@ -19607,8 +19616,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
enum="QuicSessionLocations">
<owner>rch@chromium.org</owner>
<summary>
- The location in quic_client_session.cc where a session is unexpectedly
- not going away.
+ The location in quic_client_session.cc where a session is unexpectedly not
+ going away.
</summary>
</histogram>

Powered by Google App Engine
This is Rietveld 408576698