From cb0557456b005cd57e7c21ed21b13e2a8e51240b Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 1 Feb 2021 04:46:03 -0800 Subject: [PATCH] Clarify performance overlay in performance issue template (#75024) --- .github/ISSUE_TEMPLATE/5_performance_speed.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/5_performance_speed.md b/.github/ISSUE_TEMPLATE/5_performance_speed.md index fa9b493e18..889da8a45d 100644 --- a/.github/ISSUE_TEMPLATE/5_performance_speed.md +++ b/.github/ISSUE_TEMPLATE/5_performance_speed.md @@ -32,7 +32,6 @@ assignees: '' using profile mode with Skia tracing enabled, as follows: flutter channel master flutter run --profile --trace-skia - Then press ā€˜P’ to enable the performance overlay. The bleeding edge master channel is encouraged here because Flutter is constantly fixing bugs and improving its performance. Your problem in an @@ -46,6 +45,9 @@ assignees: '' so we know which functions might be causing it. See "How to Collect and Read Timeline Traces" on this blog post: https://medium.com/flutter/profiling-flutter-applications-using-the-timeline-a1a434964af3#a499 + Make sure the performance overlay is turned OFF when recording the + trace as that may affect the performance of the profile run. + (Pressing ā€˜P’ on the command line toggles the overlay.) -->