| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 54249c3529f538ea66145410dded21419d169d6b..ec86b2f74d23ddc45dbd0509697816ef953c728e 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -63057,6 +63057,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ServiceWorker.Runtime" units="ms">
|
| + <owner>falken@chromium.org</owner>
|
| + <summary>
|
| + The amount of time a service worker ran for (wall time). Starts recording
|
| + when the service worker finished starting, and stops when the service worker
|
| + finished stopping. Not recorded if DevTools was attached to the service
|
| + worker at some point while it was running.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ServiceWorker.ScriptCachedMetadataSize" units="bytes">
|
| <owner>horo@chromium.org</owner>
|
| <summary>
|
|
|