Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 33990e76a0b977c2c1964f360ecc89bbfcb008ed..4acb8178fec10f2aad5837d10aab9a4c2e908d2d 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -56682,6 +56682,78 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <summary>TBD</summary> |
| </histogram> |
| +<histogram name="V8.WasmCompileFunctionMicroSeconds"> |
|
Ilya Sherman
2016/04/14 21:21:31
Please add a units attribute, here and for the oth
bradn
2016/04/19 04:37:03
Done.
|
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Time to compile a WebAssembly function.</summary> |
|
ahaas
2016/04/14 08:07:11
Should the summary say that the measurement unit i
bradn
2016/04/19 04:37:03
Done.
|
| +</histogram> |
| + |
| +<histogram name="V8.WasmCompileFunctionPeakMemoryBytes"> |
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Memory used to compile a WebAssembly function.</summary> |
|
Ilya Sherman
2016/04/14 21:21:31
nit: Please mention "peak" somewhere in this descr
bradn
2016/04/19 04:37:03
Done.
|
| +</histogram> |
| + |
| +<histogram name="V8.WasmCompileMicroSeconds"> |
|
Ilya Sherman
2016/04/14 21:21:31
nit: I think it would be better for this histogram
bradn
2016/04/19 04:37:03
Revised and also in v8 CL.
|
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Time to compile a WebAssembly module.</summary> |
| +</histogram> |
| + |
| +<histogram name="V8.WasmDecodeFunctionMicroSeconds"> |
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Time to decode a WebAssembly function.</summary> |
| +</histogram> |
| + |
| +<histogram name="V8.WasmDecodeModuleMicroSeconds"> |
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Time to decode a WebAssembly module.</summary> |
| +</histogram> |
| + |
| +<histogram name="V8.WasmDecodePeakMemoryBytes"> |
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Memory used to decode a WebAssembly module.</summary> |
| +</histogram> |
| + |
| +<histogram name="V8.WasmFunctionSizeBytes"> |
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Size of a WebAssembly function.</summary> |
| +</histogram> |
| + |
| +<histogram name="V8.WasmFunctionsPerModule"> |
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Function count in each WebAssembly module.</summary> |
| +</histogram> |
| + |
| +<histogram name="V8.WasmInstantiateMicroSeconds"> |
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Time to instantiate a WebAssembly module.</summary> |
| +</histogram> |
| + |
| +<histogram name="V8.WasmMaxMemPagesCount"> |
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Maximum pages needed by a WebAssembly module.</summary> |
|
Ilya Sherman
2016/04/14 21:21:31
I don't quite understand what distribution this is
bradn
2016/04/19 04:37:03
Done.
|
| +</histogram> |
| + |
| +<histogram name="V8.WasmMinMemPagesCount"> |
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Minimum pages needed by a WebAssembly module.</summary> |
| +</histogram> |
| + |
| +<histogram name="V8.WasmModuleSizeBytes"> |
| + <owner>bradnelson@chromium.org</owner> |
| + <owner>titzer@chromium.org</owner> |
| + <summary>Size of a WebAssembly module.</summary> |
| +</histogram> |
| + |
| <histogram name="Variations.CreateTrials.SeedExpiry" |
| enum="VariationsSeedExpiry"> |
| <owner>asvitkine@chromium.org</owner> |