From fb3456f64fdb2003a78369619275755ef75eaa48 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Tue, 20 Mar 2018 15:48:41 -0700 Subject: [PATCH] Remove some unneeded profiling flags (flutter/engine#4827) --- engine/src/flutter/runtime/dart_init.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/engine/src/flutter/runtime/dart_init.cc b/engine/src/flutter/runtime/dart_init.cc index 5dd9e202a6..776619e324 100644 --- a/engine/src/flutter/runtime/dart_init.cc +++ b/engine/src/flutter/runtime/dart_init.cc @@ -508,10 +508,6 @@ static std::vector ProfilingFlags(bool enable_profiling) { // flags. if (enable_profiling) { return { - // Dart assumes ARM devices are insufficiently powerful and sets the - // default profile period to 100Hz. This number is suitable for older - // Raspberry Pi devices but quite low for current smartphones. - "--profile_period=1000", // This is the default. But just be explicit. "--profiler", // This instructs the profiler to walk C++ frames, and to include