flutter/packages/flutter_driver/test
Adam Barth be86554479 Switch benchmarks to thread duration (#8113)
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.
2017-02-13 16:07:07 -08:00
..
src Switch benchmarks to thread duration (#8113) 2017-02-13 16:07:07 -08:00
all.dart [driver] fix analyzer warnings in the extension (#3205) 2016-04-07 17:33:17 -07:00
flutter_driver_test.dart prefer const contructors in packages/flutter_driver (#8056) 2017-02-10 00:49:46 -08:00