Clarify performance overlay in performance issue template (#75024)

This commit is contained in:
Michael Goderbauer 2021-02-01 04:46:03 -08:00 committed by GitHub
parent d968e33b81
commit cb0557456b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.)
-->
<!--