Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 899634f2011dd43ab1dbf32a5754ef348805936d..5322634dafd2b2567a6b0bd345d0c1d4f6438d1b 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -28643,6 +28643,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="ServiceWorker.ScriptSizeInKB" units="KB"> |
| + <owner>ksakamoto@chromium.org</owner> |
| + <summary> |
| + The length of Service Worker scripts. Logged on each load of Service Worker |
| + script. |
|
horo
2014/09/01 09:07:21
Add this.
"It doesn't include the size of importe
Kunihiko Sakamoto
2014/09/01 09:56:11
Done.
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="SessionCrashed.Bubble" enum="SessionCrashedBubbleUserAction"> |
| <owner>yiyaoliu@chromium.org</owner> |
| <summary>How did the user interact with the SessionCrashed Bubble?</summary> |