1. 13 Oct, 2023 1 commit
  2. 26 Sep, 2023 1 commit
    • Callum Moffat's avatar
      Add "Frame Request Pending" lag to collected metrics (#135279) · b097d240
      Callum Moffat authored
      This measures the wall clock time between a new frame being scheduled in dart code to the Vsync callback in the engine
      
      It's an important source of lag which isn't shown in the top-level UI / Build time graphs, and can correlate with "invisible" missed/non-scheduled frames
      
      I had to change a few unrelated timings in the test, it was only passing based on luck of sort order, and broke when I added more entries to the timeline.
      
      Part of #129150
      b097d240
  3. 02 Aug, 2023 1 commit
  4. 28 Feb, 2023 1 commit
  5. 02 Feb, 2023 1 commit
  6. 20 Jan, 2023 1 commit
  7. 21 Dec, 2022 1 commit
  8. 20 Dec, 2022 1 commit
  9. 16 Nov, 2022 1 commit
  10. 28 Aug, 2022 1 commit
  11. 25 Jul, 2022 1 commit
  12. 23 Jul, 2022 1 commit
  13. 15 Jul, 2022 1 commit
  14. 27 Apr, 2022 2 commits
  15. 30 Mar, 2022 1 commit
  16. 21 Mar, 2022 1 commit
  17. 09 Mar, 2022 2 commits
  18. 09 Feb, 2022 1 commit
  19. 03 Feb, 2022 1 commit
  20. 21 Jan, 2022 1 commit
  21. 22 Dec, 2021 1 commit
  22. 08 Oct, 2021 3 commits
  23. 04 Oct, 2021 1 commit
  24. 10 Sep, 2021 1 commit
  25. 07 Sep, 2021 1 commit
  26. 05 Sep, 2021 1 commit
  27. 03 Aug, 2021 1 commit
  28. 27 Jul, 2021 1 commit
  29. 21 Jul, 2021 1 commit
    • Greg Spencer's avatar
      Fix driver test to run locally. (#86816) · b311f0c0
      Greg Spencer authored
      This change fixes the driver tests "VMServiceFlutterDriver with logCommunicationToFile logCommunicationToFile logCommunicationToFile = false" and "WebFlutterDriver with logCommunicationToFile logCommunicationToFile = false" so that they will no longer fail when run locally.
      
      The issue was one of not cleaning up the log files after the test ran, so a later run with the same name would see it. Presumably on the servers the tests are run in a different environment where the names or locations of the output files end up being different.
      b311f0c0
  30. 15 Jul, 2021 1 commit
  31. 14 Jul, 2021 3 commits
  32. 13 Jul, 2021 2 commits
  33. 14 Jun, 2021 1 commit