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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1005873011: Only record the execution time during startup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the histogram name. Created 5 years, 8 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
« no previous file with comments | « components/history/core/browser/top_sites_backend.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4976ad2dd870839919d87426a7200b06a805773e..5968cb7f0122b6f91e9ca17105d961f799db5853 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11721,6 +11721,25 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="History.FirstSetTopSitesDeltaSize">
+ <owner>yiyaoliu@chromium.org</owner>
+ <summary>
+ The count of differences between cached top sites and up-to-date top sites
+ when function TopSitesImpl::SetTopSites is firstly called at startup.
+ </summary>
+</histogram>
+
+<histogram name="History.FirstUpdateTime" units="milliseconds">
+ <owner>yiyaoliu@chromium.org</owner>
+ <summary>
+ The amount of time for function
+ history::TopSitesBackend::UpdateTopSitesOnDBThread to execute when this
+ function is called during startup. Excludes the case where local
+ TopSitesDatabase db_ is unavailable, i.e. where the update doesn't really
+ happen.
+ </summary>
+</histogram>
+
<histogram name="History.HistoryServiceInitTime" units="milliseconds">
<owner>rkaplow@chromium.org</owner>
<summary>
@@ -11818,6 +11837,10 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="History.UpdateTopSitesOnDBThreadTime" units="milliseconds">
+ <obsolete>
+ Deprecated because only the execution time at startup is of interest. See
+ histogram History.UpdateTopSitesOnDBThread_Startup_Time.
+ </obsolete>
<owner>yiyaoliu@chromium.org</owner>
<summary>
The amount of time for function
« no previous file with comments | « components/history/core/browser/top_sites_backend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698