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

Unified Diff: src/flag-definitions.h

Issue 59373003: AllocationProfiler: introduce allocation_profiler flag in V8 api. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 865413e70d0fe6d1db7cad64a46bc877c9079112..22ba731bc8d0e6df222bb904a6b7e4672a31c35c 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -541,7 +541,9 @@ DEFINE_bool(verify_heap, false, "verify heap pointers before and after GC")
// heap-snapshot-generator.cc
DEFINE_bool(heap_profiler_trace_objects, false,
"Dump heap object allocations/movements/size_updates")
-
+DEFINE_bool(enable_allocation_profiler, false,
+ "Run v8 without snapshot "
+ "and with enabled allocation reporting calls.")
// v8.cc
DEFINE_bool(use_idle_notification, true,

Powered by Google App Engine
This is Rietveld 408576698