• 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
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...