1. 27 Sep, 2017 1 commit
  2. 21 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Add documentation and clean up code. (#11330) · 8f56f6fd
      Ian Hickson authored
      Mainly, this adds documentation to members that were previously
      lacking documentation.
      
      It also adds a big block of documentation about improving performance
      of widgets.
      
      This also removes some references to package:collection and adds
      global setEquals and listEquals methods in foundation that we can use.
      (setEquals in particular should be much faster than the
      package:collection equivalent, though both should be faster as they
      avoid allocating new objects.) All remaining references now qualify
      the import so we know what our remaining dependencies are.
      
      Also lots of code reordering in Flutter driver to make the code
      consistent and apply the style guide more thoroughly.
      8f56f6fd
  3. 09 Jun, 2017 1 commit
  4. 15 Mar, 2017 2 commits
  5. 04 Mar, 2017 1 commit
  6. 14 Feb, 2017 1 commit
    • Adam Barth's avatar
      Switch benchmarks to thread duration (#8113) · be865544
      Adam Barth authored
      For measuring the Dart thread, we care about thread duration (tdur) rather than
      wall duration (dur) because we don't want to count the time when the Dart
      thread is descheduled (e.g., in preference to the raster thread).
      
      Prior to this change, these benchmarks were mostly measuring whether the OS
      decided to finish the Dart thread's time slice or hand over the CPU to the
      raster thread to complete the visual part of the frame. Now we actually measure
      the work done on the Dart thread.
      be865544
  7. 10 Feb, 2017 1 commit
  8. 22 Jan, 2017 1 commit
  9. 10 Dec, 2016 1 commit
  10. 22 Nov, 2016 1 commit
    • Chris Bracken's avatar
      Add testOutputsDirectory (#6987) · c370b7de
      Chris Bracken authored
      Declares a top-level getter that returns the outputs directory to which
      Flutter Driver tests can write any output files. Timeline data defaults
      to this directory.
      c370b7de
  11. 08 Nov, 2016 1 commit
  12. 25 Oct, 2016 1 commit
  13. 03 May, 2016 1 commit
  14. 14 Apr, 2016 1 commit
  15. 05 Apr, 2016 1 commit
  16. 02 Apr, 2016 1 commit