Index: src/counters.h |
diff --git a/src/counters.h b/src/counters.h |
index 9dff765dca0d18c3de01a663c98b3a142d95dc2b..92bb9a732b784aed3054c94b44935fff70cda1db 100644 |
--- a/src/counters.h |
+++ b/src/counters.h |
@@ -597,7 +597,9 @@ double AggregatedMemoryHistogram<Histogram>::Aggregate(double current_ms, |
SC(pc_to_code_cached, V8.PcToCodeCached) \ |
/* The store-buffer implementation of the write barrier. */ \ |
SC(store_buffer_compactions, V8.StoreBufferCompactions) \ |
- SC(store_buffer_overflows, V8.StoreBufferOverflows) |
+ SC(store_buffer_overflows, V8.StoreBufferOverflows) \ |
+ /* Number of exceptions thrown */ \ |
+ SC(exceptions_thrown, V8.ExceptionsThrown) |
#define STATS_COUNTER_LIST_2(SC) \ |