Revert "Remove references to Observatory (#118577)" (#120929)

This reverts commit 2df140f40d.
This commit is contained in:
Casey Hillers
2023-02-16 21:28:30 -08:00
committed by GitHub
parent 78d058f46d
commit 298d8c76ba
90 changed files with 492 additions and 495 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