 Chromium Code Reviews
 Chromium Code Reviews Issue 137383005:
  Devtools: UMA for InspectElement loading time was added  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 137383005:
  Devtools: UMA for InspectElement loading time was added  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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 |