Commit f4e96139 authored by horo@chromium.org's avatar horo@chromium.org

Adds SharedWorker related UMAs to histograms.xml.

I add the followings to histograms.xml.
  SharedWorker.RendererSurviveForWorkerTime
  SharedWorker.TimeToDeleted
  SharedWorker.TimeToScriptLoaded
  SharedWorker.TimeToScriptLoadFailed

They were introduced in http://crrev.com/259790 and http://crrev.com/260376.

BUG=327256

Review URL: https://codereview.chromium.org/245963004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266389 0039d316-1c4b-4281-b951-d872f2087c98
parent a40b8453
...@@ -23131,6 +23131,39 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -23131,6 +23131,39 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary> </summary>
</histogram> </histogram>
<histogram name="SharedWorker.RendererSurviveForWorkerTime"
units="milliseconds">
<owner>horo@chromium.org</owner>
<summary>
A survival time of RenderProcessHostImpl for the In-renderer Shared Worker
from when FastShutdownIfPossible() is called.
</summary>
</histogram>
<histogram name="SharedWorker.TimeToDeleted" units="milliseconds">
<owner>horo@chromium.org</owner>
<summary>
The lifetime of a SharedWorkerHost. This roughly corresponds to the lifetime
of SharedWorker.
</summary>
</histogram>
<histogram name="SharedWorker.TimeToScriptLoaded" units="milliseconds">
<owner>horo@chromium.org</owner>
<summary>
The time from the creation of SharedWorkerHost until when WorkerScriptLoaded
is called.
</summary>
</histogram>
<histogram name="SharedWorker.TimeToScriptLoadFailed" units="milliseconds">
<owner>horo@chromium.org</owner>
<summary>
The time from the creation of SharedWorkerHost until when
WorkerScriptLoadFailed is called.
</summary>
</histogram>
<histogram name="Signin.OneClickConfirmation" enum="SigninFlowConfirmations"> <histogram name="Signin.OneClickConfirmation" enum="SigninFlowConfirmations">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary> <summary>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment