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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 672973002: ThreadWacther - delete the code for Android that collected stats for (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: StartupTimeBomb.Alarm.* histograms obsolete Created 6 years, 1 month 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/metrics/thread_watcher.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 e93b6fed5117bf81a61998f9f9e443fcde28292f..e7843a205b61796640db562cbbd448eb25724a60 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34087,6 +34087,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="StartupTimeBomb.Alarm" units="milliseconds">
<owner>rtenneti@chromium.org</owner>
+ <obsolete>
+ Deprecated as of 10/2014.
+ </obsolete>
<summary>
Time duration measured from the time the startup timebomb was started and
when it went off.
@@ -57571,6 +57574,9 @@ To add a new entry, add it with any value and run test to compute valid value.
</histogram_suffixes>
<histogram_suffixes name="StartupTimeBombAlarm" separator=".">
+ <obsolete>
+ Deprecated as of 10/2014.
+ </obsolete>
<suffix name="ThreadNowDuration" label="Duration is in thread CPU time."/>
<suffix name="TimeDuration" label="Duration is in clock time."/>
<suffix name="TimeTicksDuration" label="Duration is in TimeTicks time."/>
« no previous file with comments | « chrome/browser/metrics/thread_watcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698