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

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

Issue 875983007: Fix typo in a histogram name. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | 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 dd6c1a631aa4fe65d5d0198155aaf924971924f6..425c01a2b46ba5c19b1f2cea66daf275ac39444c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39949,7 +39949,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Time spent in V8 compiler (full codegen).</summary>
</histogram>
-<histogram name="V8.CompileCacheableMicroseconds" units="microseconds">
+<histogram name="V8.CompileCacheableMicroSeconds" units="microseconds">
<owner>yangguo@chromium.org</owner>
<summary>
Time spent compiling a script that may be subject to caching.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698