Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 02be345fba34a5220672b150230ed676cd23c079..03d33071f428366dc27d99926072690cb3d25958 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -931,9 +931,6 @@ DEFINE_BOOL(ll_prof, false, "Enable low-level linux profiler.") |
DEFINE_BOOL(perf_basic_prof, false, |
"Enable perf linux profiler (basic support).") |
DEFINE_NEG_IMPLICATION(perf_basic_prof, compact_code_space) |
-DEFINE_BOOL(perf_jit_prof, false, |
- "Enable perf linux profiler (experimental annotate support).") |
-DEFINE_NEG_IMPLICATION(perf_jit_prof, compact_code_space) |
DEFINE_STRING(gc_fake_mmap, "/tmp/__v8_gc__", |
"Specify the name of the file for fake gc mmap used in ll_prof") |
DEFINE_BOOL(log_internal_timer_events, false, "Time internal events.") |