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

Unified Diff: src/flag-definitions.h

Issue 1997363002: Adds support for collecting statistics about code and its metadata. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixed a compile time error on the windows bots. Created 4 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/compiler.cc ('k') | src/heap/heap.h » ('j') | src/heap/spaces.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 8c330b3a1f41c466119e0399474d2e7dd9bf9608..3cfbb770931eb502248077929b0b0d7d5e0255b2 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -738,6 +738,10 @@ DEFINE_BOOL(scavenge_reclaim_unmodified_objects, true,
"remove unmodified and unreferenced objects")
DEFINE_INT(heap_growing_percent, 0,
"specifies heap growing factor as (1 + heap_growing_percent/100)")
+DEFINE_BOOL(code_and_metadata_stats, false,
rmcilroy 2016/05/23 10:16:30 Do we need this flag? If this is only collected wh
mythria 2016/05/23 11:27:51 Yes, it collects code statistics only when request
+ "Enable collection of code+metadata statistics. code+metadata "
+ "statistics are only collected when requested through an API."
+ "Use --code-stats to dump statistics related to code.")
// counters.cc
DEFINE_INT(histogram_interval, 600000,
« no previous file with comments | « src/compiler.cc ('k') | src/heap/heap.h » ('j') | src/heap/spaces.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698