Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index b44dbdf3ecb81d1593473c773cf6900c43017b0c..3815425b78accc9e549811b06e393b3d4d663429 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -30749,7 +30749,17 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="Profile.OnLocaleReadyTime" units="milliseconds"> |
| + <owner>rkaplow@chromium.org</owner> |
| + <summary> |
| + The amount of time that elapsed during ProfileImpl::OnLocaleReady. |
|
Mark P
2015/04/30 19:38:24
Please explicitly comment roughly how often this i
Alexander Alekseev
2015/04/30 19:45:01
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Profile.OnPrefsLoadedTime" units="milliseconds"> |
| + <obsolete> |
| + Deprecated 04/2015, and replaced by Profile.OnLocaleReadyTime. |
| + </obsolete> |
| <owner>rkaplow@chromium.org</owner> |
| <summary> |
| The amount of time that elapsed during ProfileImpl::OnPrefsLoaded. |