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

Unified Diff: src/counters.h

Issue 2777203005: Separate module byte size counter for asm.js/wasm. (Closed)
Patch Set: Remove files that shouldn't be in CL. 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/wasm/module-decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index c766a7a6e2acbf8508f9ff11791ba18f50f50a97..49b04a116dc27431ed71bc02f0ab8d43b5fd383a 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -1030,7 +1030,9 @@ class RuntimeCallTimerScope {
/* TODO(karlschimpf) Update chrome flags to reflect asm/wasm split. */ \
HM(wasm_asm_function_size_bytes, V8.WasmFunctionSizeBytes) \
HM(wasm_wasm_function_size_bytes, V8.WasmFunctionSizeBytes) \
- HM(wasm_module_size_bytes, V8.WasmModuleSizeBytes)
+ /* TODO(karlschimpf) Update chrome flags to reflect asm/wasm split. */ \
+ HM(wasm_asm_module_size_bytes, V8.WasmModuleSizeBytes) \
+ HM(wasm_wasm_module_size_bytes, V8.WasmModuleSizeBytes)
// WARNING: STATS_COUNTER_LIST_* is a very large macro that is causing MSVC
// Intellisense to crash. It was broken into two macros (each of length 40
« no previous file with comments | « no previous file | src/wasm/module-decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698