Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2781163002: Modify V8 histograms by adding asm/wasm suffices. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ed085024e24521eec26a45d9d1327ecc03711c8c..9c2cfe358785f950255e73a73cf5d76b0810ab1a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -123896,6 +123896,21 @@ from previous Chrome versions.
<affected-histogram name="V8.MemoryHeapUsed"/>
</histogram_suffixes>
+<histogram_suffixes name="V8WasmSeparateAsmAndWasm" separator=".">
+ <suffix name="asm" label="This histogram contains results for asm.js"/>
+ <suffix name="wasm" label="This histogram contains results for WASM modules"/>
+ <affected-histogram name="V8.WasmCompileModuleMicroSeconds"/>
+ <affected-histogram name="V8.WasmDecodeFunctionMicroSeconds"/>
+ <affected-histogram name="V8.WasmDecodeModuleMicroSeconds"/>
+ <affected-histogram name="V8.WasmDecodeModulePeakMemoryBytes"/>
+ <affected-histogram name="V8.WasmFunctionSizeBytes"/>
+ <affected-histogram name="V8.WasmFunctionsPerModule"/>
+ <affected-histogram name="V8.WasmInstantiateModuleMicroSeconds"/>
+ <affected-histogram name="V8.WasmMaxMemPagesCount"/>
+ <affected-histogram name="V8.WasmMinMemPagesCount"/>
+ <affected-histogram name="V8.WasmModuleSizeBytes"/>
+</histogram_suffixes>
+
<histogram_suffixes name="VideoEncodedQpStats" separator=".">
<suffix name="H264"
label="Video codec: H264. QP range: 0-51. No spatial layers."/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698