Chromium Code Reviews| Index: src/flag-definitions.h |
| =================================================================== |
| --- src/flag-definitions.h (revision 13212) |
| +++ src/flag-definitions.h (working copy) |
| @@ -663,7 +663,8 @@ |
| DEFINE_bool(log_timer_events, false, |
| "Time events including external callbacks.") |
| DEFINE_implication(log_timer_events, log_internal_timer_events) |
| - |
| +DEFINE_bool(jit_profile, false, "profile the JITted code for extern profiling" |
|
danno
2012/12/20 16:27:20
I don't think you need this flag. Why not just mak
|
| + "tools such as vtune") |
| // |
| // Disassembler only flags |
| // |