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

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

Issue 2015533005: Record the return value of NativeLibraryPreloader.loadLibrary in UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add histogram.xml Created 4 years, 7 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
« content/renderer/renderer_main.cc ('K') | « content/renderer/renderer_main.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 7f9633f663c1c569e1f67d5c5bf150cddaa993b5..b3cef7bbb7aea478ad1553056f63dae8e3b78a0f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5108,6 +5108,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ChromiumAndroidNativeLibraryPreloader.BrowserStates">
michaelbai 2016/05/26 04:33:28 torne@ We can define the enum for current return v
+ <owner>michaelbai@chromium.org</owner>
+ <summary>
+ The return value of NativeLibraryPreloader.loadLibrary() in browser process.
+ </summary>
+</histogram>
+
+<histogram name="ChromiumAndroidNativeLibraryPreloader.RendererStates">
+ <owner>michaelbai@chromium.org</owner>
+ <summary>
+ The return value of NativeLibraryPreloader.loadLibrary() in renderer
+ process.
+ </summary>
+</histogram>
+
<histogram name="Chromoting.Connections" enum="State">
<owner>anandc@chromium.com</owner>
<owner>sergeyu@chromium.org</owner>
« content/renderer/renderer_main.cc ('K') | « content/renderer/renderer_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698