Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index e38cc51e239ad3a23cda03f8503c7f5c2a14d980..1bd8e92032b6c5fcaa320a4b6dc8f54d58b0bb41 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -39815,6 +39815,13 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>Time spent in V8 compiler (full codegen).</summary> |
| </histogram> |
| +<histogram name="V8.CompileCacheableMicroseconds" units="microseconds"> |
| + <owner>yangguo@chromium.org</owner> |
| + <summary> |
| + Time spent compiling a script that maybe be subject to caching. |
|
Alexei Svitkine (slow)
2015/01/29 14:38:14
Nit: maybe -> may be
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="V8.CompileDeserialize" units="milliseconds"> |
| <obsolete> |
| This histogram has been replaced by V8.CompileDeserializeMicroSeconds. |
| @@ -39862,7 +39869,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <histogram name="V8.CompileMicroSeconds" units="microseconds"> |
| <owner>jochen@chromium.org</owner> |
| <owner>yangguo@chromium.org</owner> |
| - <summary>Time spent in V8 compiler (full codegen).</summary> |
| + <summary>Time spent in V8 compiler (full codegen) excluding parser.</summary> |
| +</histogram> |
| + |
| +<histogram name="V8.CompileNoncacheableMicroSeconds" units="microseconds"> |
| + <owner>yangguo@chromium.org</owner> |
| + <summary> |
| + Time spent compiling a script that cannot be subject to caching. |
| + </summary> |
| </histogram> |
| <histogram name="V8.CompileScript" units="milliseconds"> |