Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b736f7de677dd451846ee0a2d042034a871a62f9..b1e842a52bec8cd60fc8dbf20acd99dddbc7ee85 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -7962,9 +7962,12 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
-<histogram name="Extensions.BackgroundPageLoadTime" units="milliseconds"> |
Ilya Sherman
2015/02/06 21:26:44
Please mark the old histogram as <obsolete>, rathe
not at google - send to devlin
2015/02/06 22:51:07
Done.
|
+<histogram name="Extensions.BackgroundPageLoadTime2" units="milliseconds"> |
<owner>kalman@chromium.org</owner> |
- <summary>The time for an extension's background page to load.</summary> |
+ <summary> |
+ The time taken for an extension's persistent background page to load its |
+ initial URL. |
+ </summary> |
</histogram> |
<histogram name="Extensions.BackgroundPageType" |
@@ -8069,11 +8072,6 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
-<histogram name="Extensions.DialogLoadTime" units="milliseconds"> |
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
- <summary>The time for a dialog-hosted extension to load.</summary> |
-</histogram> |
- |
<histogram name="Extensions.DidCreateScriptContext_Blessed" |
units="milliseconds"> |
<owner>kalman@chromium.org</owner> |
@@ -8196,9 +8194,12 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
-<histogram name="Extensions.EventPageActiveTime" units="milliseconds"> |
+<histogram name="Extensions.EventPageActiveTime2" units="milliseconds"> |
<owner>kalman@chromium.org</owner> |
- <summary>The time an extension's event page has spent loaded.</summary> |
+ <summary> |
+ The time between an extension's event page loading its first URL and the |
+ event page later shutting down. |
+ </summary> |
</histogram> |
<histogram name="Extensions.EventPageIdleTime" units="milliseconds"> |
@@ -8206,9 +8207,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<summary>The time an extension's event page has spent unloaded.</summary> |
</histogram> |
-<histogram name="Extensions.EventPageLoadTime" units="milliseconds"> |
+<histogram name="Extensions.EventPageLoadTime2" units="milliseconds"> |
<owner>kalman@chromium.org</owner> |
- <summary>The time for an extension's event page to load.</summary> |
+ <summary> |
+ The time taken for an extension's event page to load its initial URL. |
+ </summary> |
</histogram> |
<histogram name="Extensions.ExtensionCacheCount"> |
@@ -9008,6 +9011,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Extensions.PopupLoadTime2" units="milliseconds"> |
Ilya Sherman
2015/02/06 21:26:44
I don't see a PopupLoadTime1. Does this just have
not at google - send to devlin
2015/02/06 22:51:07
Yes that's mostly why I did the "2" thing, to be c
Ilya Sherman
2015/02/06 23:19:49
Hmm, if you think that there might already be data
not at google - send to devlin
2015/02/06 23:32:13
Done.
|
+ <owner>kalman@chromium.org</owner> |
+ <summary> |
+ The time taken for an extension popup to load its initial URL. This may not |
+ include the time taken for an extension process to start, if the extension |
+ already has a background page running. |
Ilya Sherman
2015/02/06 21:26:44
Would it be worth splitting this metric into two c
not at google - send to devlin
2015/02/06 22:51:07
I did have a go at that actually but it wasn't cle
Ilya Sherman
2015/02/06 23:19:49
Fair enough.
|
+ </summary> |
+</histogram> |
+ |
<histogram name="Extensions.ProcessManagerStartupHostsTime" |
units="milliseconds"> |
<owner>yoz@chromium.org</owner> |