Revert "Reland "Remove references to Observatory (#118577)" (#121215)" (#121555)

Revert "Reland "Remove references to Observatory (#118577)""
This commit is contained in:
Michael Goderbauer
2023-02-27 15:46:53 -08:00
committed by GitHub
parent c8d80163b0
commit 275ab9c69b
90 changed files with 490 additions and 511 deletions

View File

@@ -41,7 +41,7 @@ assignees: ''
can have an intuitive understanding of what happened. Dont use
"adb screenrecord", as that affects the performance of the profile run.
5. Open Flutter DevTools and save a timeline trace of the performance issue
5. Open Observatory and save a timeline trace of the performance issue
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