Commit 21e71501 authored by Efthymis Sarmpanis's avatar Efthymis Sarmpanis Committed by Michael Goderbauer

Documentation fix for debugProfileBuildsEnabled (#32909)

parent b40b9f06
...@@ -85,7 +85,7 @@ bool debugPrintGlobalKeyedWidgetLifecycle = false; ...@@ -85,7 +85,7 @@ bool debugPrintGlobalKeyedWidgetLifecycle = false;
/// Adds [Timeline] events for every Widget built. /// Adds [Timeline] events for every Widget built.
/// ///
/// For details on how to use [Timeline] events in the Dart Observatory to /// For details on how to use [Timeline] events in the Dart Observatory to
/// optimize your app, see https://fuchsia.googlesource.com/sysui/+/master/docs/performance.md /// optimize your app, see https://flutter.dev/docs/testing/debugging#tracing-any-dart-code-performance
/// ///
/// See also [debugProfilePaintsEnabled], which does something similar but for /// See also [debugProfilePaintsEnabled], which does something similar but for
/// painting, and [debugPrintRebuildDirtyWidgets], which does something similar /// painting, and [debugPrintRebuildDirtyWidgets], which does something similar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment