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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1034043002: Add Plugin.PpapiSyncIPCTime metric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bg_thread_pri
Patch Set: 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
« ppapi/proxy/plugin_dispatcher.cc ('K') | « ppapi/proxy/plugin_dispatcher.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 f17542059750002c6fa379e712879675baf45c89..97383710b94d41a701834555bdd2a81f536f40cc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27394,6 +27394,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The result from an attempt to load a PPAPI plugin.</summary>
</histogram>
+<histogram name="Plugin.PpapiSyncIPCTime" units="ms">
+ <owner>gab@chromium.org</owner>
+ <summary>
+ Logs the time it took to complete each synchronous IPC made from the PPAPI
Mark P 2015/03/25 22:09:33 nit: omit "Logs" nit: each -> a
gab 2015/03/26 00:07:58 Done.
+ process.
+ </summary>
+</histogram>
+
<histogram name="Power.BacklightLevelOnAC" units="%">
<owner>derat@chromium.org</owner>
<summary>
« ppapi/proxy/plugin_dispatcher.cc ('K') | « ppapi/proxy/plugin_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698