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

Unified Diff: src/heap.h

Issue 272433002: Merge counters and v8-counters (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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 | « src/counters.cc ('k') | src/heap-inl.h » ('j') | src/store-buffer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index 1b42efd89c1b4102941d25ce543013e40ec8202a..9c100fcf1fc5aabf89d0da6a4aa69a175ebb461d 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -9,6 +9,7 @@
#include "allocation.h"
#include "assert-scope.h"
+#include "counters.h"
#include "globals.h"
#include "incremental-marking.h"
#include "list.h"
@@ -17,7 +18,6 @@
#include "spaces.h"
#include "splay-tree-inl.h"
#include "store-buffer.h"
-#include "v8-counters.h"
#include "v8globals.h"
namespace v8 {
« no previous file with comments | « src/counters.cc ('k') | src/heap-inl.h » ('j') | src/store-buffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698