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

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

Issue 1034043002: Add Plugin.PpapiSyncIPCTime metric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bg_thread_pri
Patch Set: update histogram description 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
« no previous file with comments | « 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 aef543c9e2f9b926b8226632af49dccc30ee0a12..286e9ced4a4f554f4c93dc1dd16e94921fba7be3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27554,6 +27554,13 @@ 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>
+ The time it took to complete a synchronous IPC made from the PPAPI process.
+ </summary>
+</histogram>
+
<histogram name="Power.BacklightLevelOnAC" units="%">
<owner>derat@chromium.org</owner>
<summary>
« no previous file with comments | « ppapi/proxy/plugin_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698