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

Unified Diff: src/flag-definitions.h

Issue 8055029: Add experimental support for tracing the state of the VM heap to a file Base URL: http://v8.googlecode.com/svn/branches/experimental/heap-visualization/
Patch Set: Created 9 years, 3 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/execution.cc ('k') | src/heap.h » ('j') | src/spaces.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
===================================================================
--- src/flag-definitions.h (revision 9457)
+++ src/flag-definitions.h (working copy)
@@ -264,6 +264,9 @@
DEFINE_bool(incremental_marking_steps, true, "do incremental marking steps")
DEFINE_bool(trace_incremental_marking, false,
"trace progress of the incremental marking")
+DEFINE_bool(trace_heap, false, "write a visualization of the heap to a file (d8)")
+DEFINE_string(trace_heap_file, "v8heapvisualization.log",
+ "file name for visualization of the heap (d8)")
// v8.cc
DEFINE_bool(use_idle_notification, true,
« no previous file with comments | « src/execution.cc ('k') | src/heap.h » ('j') | src/spaces.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698