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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 137383005: Devtools: UMA for InspectElement loading time was added (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Histograms.xml was added Created 6 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 | « chrome/browser/devtools/devtools_window.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 2c0ee79dae97da7d0abe8a2f0ab6e73ab3e33e4b..f4826d25d1e3965ef884d2c152a23e2e333f7a3f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1834,6 +1834,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="DevTools.InspectElement" units="milliseconds">
+ <summary>
+ Duration of a loading Developer Tools when user clicks Inspect Element in
Alexei Svitkine (slow) 2014/01/30 14:13:16 Nit: Remove "a". Or rephrase - e.g. "Time to load
+ the context menu.
+ </summary>
+</histogram>
+
<histogram name="Diagnostics.Recovery.ConflictingDlls" enum="DiagnosticsResult">
<summary>
TBD - Not run automatically yet, so this is just a placeholder for future
« no previous file with comments | « chrome/browser/devtools/devtools_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698