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

Unified Diff: src/flag-definitions.h

Issue 2436273002: [Tracing] Implement TracingCategoryObserver. (Closed)
Patch Set: rebase Created 4 years, 2 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/d8.cc ('k') | src/tracing/tracing-category-observer.h » ('j') | no next file with comments »
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 cabd7bdbdf5411586e027fc19868f40de2547810..fe3e164be441e30fff78b1c1587f4f852e516121 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -886,6 +886,9 @@ DEFINE_BOOL(print_all_exceptions, false,
// runtime.cc
DEFINE_BOOL(runtime_call_stats, false, "report runtime call counts and times")
+DEFINE_INT(runtime_stats, 0,
+ "internal usage only for controlling runtime statistics")
+DEFINE_VALUE_IMPLICATION(runtime_call_stats, runtime_stats, 1)
// snapshot-common.cc
DEFINE_BOOL(profile_deserialization, false,
« no previous file with comments | « src/d8.cc ('k') | src/tracing/tracing-category-observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698