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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 920963003: Moved scoped_histogram_timer to the main histogram_macros.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove gyp entries for old unit test in media/ Created 5 years, 10 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 | « media/media.gyp ('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 934a2374887bb31335ed0ba73572fdbac2c9ea88..ecbf7b054bcf670bd957a03f72ec13ff396a20ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28339,6 +28339,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Size of the favicons database.</summary>
</histogram>
+<histogram name="Profile.GetProfile" units="milliseconds">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>Length of time to retrieve profile.</summary>
+</histogram>
+
<histogram name="Profile.HistorySize" units="MB">
<owner>hajimehoshi@chromium.org</owner>
<owner>kouhei@chromium.org</owner>
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698