• Chris Bracken's avatar
    Use duration not threadDuration for frame duration (#13117) · 14b5cb04
    Chris Bracken authored
    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.
    14b5cb04
Name
Last commit
Last update
..
common.dart Loading commit data...
driver.dart Loading commit data...
enum_util.dart Loading commit data...
error.dart Loading commit data...
extension.dart Loading commit data...
find.dart Loading commit data...
frame_sync.dart Loading commit data...
gesture.dart Loading commit data...
health.dart Loading commit data...
matcher_util.dart Loading commit data...
message.dart Loading commit data...
render_tree.dart Loading commit data...
request_data.dart Loading commit data...
retry.dart Loading commit data...
semantics.dart Loading commit data...
timeline.dart Loading commit data...
timeline_summary.dart Loading commit data...