flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 326 forks source link

'Filter by tag' is disabled even if user tags are printed. #8288

Open polina-c opened 2 months ago

polina-c commented 2 months ago

Steps:

  1. Get DevTools at https://github.com/flutter/devtools/pull/8138
  2. set DebugTimer.snapshot to DebugTimer()
  3. Run DevTools in debug mode on mac: flutter run --debug -d macos
  4. Connect to an app (counter?) on macos
  5. In CLI console find link for the connected DevTools, open it and:
    • Select the tab CPU Profile
    • Click ‘Start recording’
  6. In first DevTools take memory snapshot
  7. See in console that user tag is started
  8. In second DevTools click ‘Stop’
  9. Find ‘Filter by tag: none’ is disabled
kenzieschmoll commented 1 month ago

Can you export the CPU profile data and attach it to this issue?

polina-c commented 1 month ago

CPU profile data: dart_devtools_2024-09-28_09_14_15.250.json