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

Unified Diff: src/counters.h

Issue 2902773002: Add V8 shared array allocation sizes histogram. (Closed)
Patch Set: Fix typo. Created 3 years, 7 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 b07381463faebc0579ce3b9dda780ba1543914cf..38f5446eabf4d48359dad5a69e4ab12f313d91c1 100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -978,7 +978,9 @@ class RuntimeCallTimerScope {
100000, 51) \
HR(array_buffer_big_allocations, V8.ArrayBufferLargeAllocations, 0, 4096, \
13) \
- HR(array_buffer_new_size_failures, V8.ArrayBufferNewSizeFailures, 0, 4096, 13)
+ HR(array_buffer_new_size_failures, V8.ArrayBufferNewSizeFailures, 0, 4096, \
+ 13) \
+ HR(shared_array_allocations, V8.SharedArrayAllocationSizes, 0, 4096, 13)
#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