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

Unified Diff: src/counters.h

Issue 2780353004: Increase the range of WasmInstanteModuleMicroSeconds histograms. (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:
View side-by-side diff with in-line comments
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: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index fe611e63ee4d10e01bf0d9101caf583436f6eb0c..004197b4a3e698e2ee6d79e6178c0430b1131411 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -960,9 +960,9 @@ class RuntimeCallTimerScope {
HT(execute, V8.Execute, 1000000, MICROSECOND) \
/* Asm/Wasm */ \
HT(wasm_instantiate_asm_module_time, \
- V8.WasmInstantiateModuleMicroSeconds.asm, 1000000, MICROSECOND) \
+ V8.WasmInstantiateModuleMicroSeconds.asm, 10000000, MICROSECOND) \
HT(wasm_instantiate_wasm_module_time, \
- V8.WasmInstantiateModuleMicroSeconds.wasm, 1000000, MICROSECOND) \
+ V8.WasmInstantiateModuleMicroSeconds.wasm, 10000000, MICROSECOND) \
HT(wasm_decode_asm_module_time, V8.WasmDecodeModuleMicroSeconds.asm, \
1000000, MICROSECOND) \
HT(wasm_decode_wasm_module_time, V8.WasmDecodeModuleMicroSeconds.wasm, \
« 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