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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 684453003: Add UMA for testing whether the Chromium library was page aligned in the APK file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « third_party/android_crazy_linker/src/src/crazy_linker_library_list.cpp ('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 4eecf8f46c6041e95e1d89a85f6669fdf7a1b21e..d7daf1e35e40d4f81208e6b1733e276897aec754 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2707,6 +2707,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Is low memory device.</summary>
</histogram>
+<histogram name="ChromiumAndroidLinker.LibraryAlignedInApk" enum="Boolean">
Ilya Sherman 2014/10/28 00:21:54 Could you please define a BooleanAligned enumerati
petrcermak 2014/10/28 10:16:02 Done.
+ <owner>petrcermak@chromium.org</owner>
+ <summary>
+ Whether the Chromium library is page aligned in the APK file. The
+ functionality is checked and reported during every Chromium browser process
+ start up if direct library loading from the APK file is enabled.
+ </summary>
+</histogram>
+
<histogram name="ChromiumAndroidLinker.LibraryLoadFromApkStatus"
enum="LibraryLoadFromApkStatus">
<owner>petrcermak@chromium.org</owner>
« no previous file with comments | « third_party/android_crazy_linker/src/src/crazy_linker_library_list.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698