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

Unified Diff: src/v8globals.h

Issue 177203002: Allocation tracker: add separate entry for allocations via V8 API (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 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/heap-snapshot-generator.cc ('k') | test/cctest/test-heap-profiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8globals.h
diff --git a/src/v8globals.h b/src/v8globals.h
index 7d8d1b7e400794b7105314445d4bde0fad09ab29..f463be0e06d5e6cbfad4496f4057b4e62c07e06a 100644
--- a/src/v8globals.h
+++ b/src/v8globals.h
@@ -366,7 +366,8 @@ enum StateTag {
COMPILER,
OTHER,
EXTERNAL,
- IDLE
+ IDLE,
+ LAST_STATE_TAG = IDLE
loislo 2014/02/24 07:56:42 unnecessary change
yurys 2014/02/24 07:57:10 Done.
};
« no previous file with comments | « src/heap-snapshot-generator.cc ('k') | test/cctest/test-heap-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698