| Index: runtime/vm/profiler.cc
|
| diff --git a/runtime/vm/profiler.cc b/runtime/vm/profiler.cc
|
| index f79d49d32aa36fc0e692b00f663ac7a8fd5446f4..9dcb8c72883df99d8f79a1e23e73a7c3b2048ed9 100644
|
| --- a/runtime/vm/profiler.cc
|
| +++ b/runtime/vm/profiler.cc
|
| @@ -68,7 +68,7 @@ namespace dart {
|
| // fail (sometimes leading to a crash).
|
| //
|
|
|
| -DEFINE_FLAG(bool, profile, true, "Enable Sampling Profiler");
|
| +DEFINE_FLAG(bool, profile, false, "Enable Sampling Profiler");
|
| DEFINE_FLAG(bool, trace_profiled_isolates, false, "Trace profiled isolates.");
|
|
|
| bool ProfilerManager::initialized_ = false;
|
|
|