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

Unified Diff: src/counters.h

Issue 2792623002: Track large array buffer allocations. (Closed)
Patch Set: Simplify conversion to log2 value. 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/objects.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 31e45ab46312d909be4ca28498eaed6e903168d4..779e3f399d2b57afa02d88d53d49ed889ac8dd7d 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -928,7 +928,8 @@ class RuntimeCallTimerScope {
HR(wasm_functions_per_asm_module, V8.WasmFunctionsPerModule.asm, 1, 100000, \
51) \
HR(wasm_functions_per_wasm_module, V8.WasmFunctionsPerModule.wasm, 1, \
- 100000, 51)
+ 100000, 51) \
+ HR(array_buffer_big_allocations, V8.ArrayBufferBigAllocations, 1, 32, 32)
#define HISTOGRAM_TIMER_LIST(HT) \
/* Garbage collection timers. */ \
« no previous file with comments | « no previous file | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698