Index: src/flag-definitions.h |
=================================================================== |
--- src/flag-definitions.h (revision 1277) |
+++ src/flag-definitions.h (working copy) |
@@ -315,6 +315,7 @@ |
DEFINE_bool(log, false, |
"Minimal logging (no API, code, GC, suspect, or handles samples).") |
DEFINE_bool(log_all, false, "Log all events to the log file.") |
+DEFINE_bool(log_runtime, false, "Activate runtime system %Log call.") |
DEFINE_bool(log_api, false, "Log API events to the log file.") |
DEFINE_bool(log_code, false, |
"Log code events to the log file without profiling.") |