| Index: runtime/vm/profiler.cc
|
| diff --git a/runtime/vm/profiler.cc b/runtime/vm/profiler.cc
|
| index 66818e3b6244dd757cc7d4922a16da7d3ede722c..276c110e9a66d135ef353d7a5f1afd02556e7453 100644
|
| --- a/runtime/vm/profiler.cc
|
| +++ b/runtime/vm/profiler.cc
|
| @@ -59,7 +59,7 @@ namespace dart {
|
| // to the scheduled list.
|
|
|
|
|
| -DEFINE_FLAG(bool, profile, true, "Enable Sampling Profiler");
|
| +DEFINE_FLAG(bool, profile, false, "Enable Sampling Profiler");
|
|
|
| bool ProfilerManager::initialized_ = false;
|
| bool ProfilerManager::shutdown_ = false;
|
|
|