flutter/packages/flutter_driver
Chris Bracken 14b5cb047e
Use duration not threadDuration for frame duration (#13117)
1. We want to measure wall-clock duration for the benchmarks, as opposed
   to thread duration (e.g., waiting on a mutex should accrue time) and
   'dur' is the metric to use for that.

2. On Darwin-based systems (macOS and iOS) 'tdur' is the result of a
   mach syscall lookup to thread_info. This call returns unreliable data
   on iOS. Chromium, for example, disables thread time support entirely
   for iOS.
2017-11-20 17:37:14 -08:00
..
lib Use duration not threadDuration for frame duration (#13117) 2017-11-20 17:37:14 -08:00
test Use duration not threadDuration for frame duration (#13117) 2017-11-20 17:37:14 -08:00
test_driver add driver failure test (#6776) 2016-11-09 15:28:30 -08:00
pubspec.yaml Alpha pre roll (#13096) 2017-11-20 14:14:01 +01:00