1. 24 Sep, 2019 2 commits
  2. 10 Sep, 2019 2 commits
  3. 06 Sep, 2019 1 commit
  4. 05 Sep, 2019 1 commit
  5. 28 Aug, 2019 1 commit
  6. 21 Aug, 2019 1 commit
  7. 19 Aug, 2019 1 commit
  8. 16 Aug, 2019 1 commit
  9. 09 Aug, 2019 3 commits
  10. 02 Aug, 2019 1 commit
    • liyuqian's avatar
      Quickly fix start up tests (#37503) · 7f77f017
      liyuqian authored
      The hack here is to flush the timeline events so the host that
      waits for the 'Rasterized first useful frame' event won't hang.
      Previously 'Widgets built first useful frame' didn't cause this
      trouble because the GPU thread will naturally add more events later
      and cause a fresh. The `Rasterized...` event, however, is likely
      to be the last (or nearly the last) event during the app start up.
      
      rmacnak and I will figure out a better way to fix it next week.
      We're having this quick hack now to fix our device lab performance
      tests so we won't miss the data points.
      7f77f017
  11. 31 Jul, 2019 1 commit
  12. 26 Jul, 2019 2 commits
  13. 09 Jul, 2019 1 commit
  14. 21 May, 2019 1 commit
  15. 20 May, 2019 2 commits
  16. 01 May, 2019 1 commit
  17. 15 Apr, 2019 1 commit
    • liyuqian's avatar
      Allow profile widget builds in profile mode (#30990) · a8116e9e
      liyuqian authored
      ## Description
      
      Previously, such function is only available in the debug mode. But the
      performance information is very noisy in debug mode with JIT. I feel
      that such function is as important and useful as the performance overlay
      and the `--trace-skia` option for the GPU thread.  So we should give it
      the same ability to run in both profile and debug mode.
      
      I've tested it using flutter_gallery in the profile mode. There's no
      observable difference in the performance overlay between toggling widget
      build profiling.
      
      ## Related Issues
      
      https://github.com/flutter/flutter/issues/30984
      a8116e9e
  18. 11 Mar, 2019 1 commit
  19. 09 Mar, 2019 1 commit
  20. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  21. 28 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Fix spelling errors. (#28657) · ccdd5057
      Greg Spencer authored
      Fix the spelling errors in the dartdocs for the framework.
      
      There are no functionality changes here, just documentation fixes.
      ccdd5057
  22. 21 Feb, 2019 1 commit
  23. 07 Feb, 2019 1 commit
  24. 05 Feb, 2019 1 commit
  25. 19 Jan, 2019 1 commit
    • Ian Hickson's avatar
      [O] Removing all timeouts (mark II) (#26736) · 31a9626c
      Ian Hickson authored
      These are essentially self-inflicted race conditions. Instead of timeouts we're going to try a more verbose logging mechanism that points out when things are taking a long time.
      31a9626c
  26. 03 Jan, 2019 1 commit
  27. 18 Dec, 2018 1 commit
  28. 09 Nov, 2018 1 commit
  29. 08 Nov, 2018 1 commit
  30. 29 Oct, 2018 1 commit
  31. 23 Oct, 2018 1 commit
  32. 19 Oct, 2018 1 commit
  33. 17 Oct, 2018 1 commit
  34. 16 Oct, 2018 1 commit