Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 5a4a3c86d1b4bc8f2416ee3c510e0b53d794c307..13e41e34fefaa3e87bec136daa759c1cdd93743d 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -336,6 +336,9 @@ DEFINE_bool(prof, false, |
"Log statistical profiling information (implies --log-code).") |
DEFINE_bool(prof_auto, true, |
"Used with --prof, starts profiling automatically") |
Søren Thygesen Gjesse
2009/05/25 07:09:15
Do we need both --prof-auto and --prof-lazy. With
Mikhail Naganov
2009/05/25 08:23:43
Currently, we have several differences in results
|
+DEFINE_bool(prof_lazy, false, |
+ "Used with --prof, only does sampling and logging" |
+ " when profiler is active (implies --noprof_auto).") |
DEFINE_bool(log_regexp, false, "Log regular expression execution.") |
DEFINE_bool(sliding_state_window, false, |
"Update sliding state window counters.") |