| Index: runtime/vm/profiler.cc
|
| ===================================================================
|
| --- runtime/vm/profiler.cc (revision 31662)
|
| +++ runtime/vm/profiler.cc (working copy)
|
| @@ -32,7 +32,7 @@
|
| defined(TARGET_OS_MACOS) || defined(TARGET_OS_ANDROID)
|
| DEFINE_FLAG(bool, profile, false, "Enable Sampling Profiler");
|
| #else
|
| - DEFINE_FLAG(bool, profile, true, "Enable Sampling Profiler");
|
| + DEFINE_FLAG(bool, profile, false, "Enable Sampling Profiler");
|
| #endif
|
| DEFINE_FLAG(bool, trace_profiled_isolates, false, "Trace profiled isolates.");
|
| DEFINE_FLAG(charp, profile_dir, NULL,
|
|
|