Revision: 15234
Author:   [email protected]
Date:     Thu Jun 20 04:47:58 2013
Log:      Report store buffer overflows to v8 counters.

BUG=
[email protected], [email protected]

Review URL: https://codereview.chromium.org/17303006
http://code.google.com/p/v8/source/detail?r=15234

Modified:
 /branches/bleeding_edge/src/store-buffer.cc

=======================================
--- /branches/bleeding_edge/src/store-buffer.cc Wed Jun 12 06:14:35 2013
+++ /branches/bleeding_edge/src/store-buffer.cc Thu Jun 20 04:47:58 2013
@@ -121,6 +121,7 @@

 void StoreBuffer::StoreBufferOverflow(Isolate* isolate) {
   isolate->heap()->store_buffer()->Compact();
+  isolate->counters()->store_buffer_overflows()->Increment();
 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to