Revision f230a1cf deps/v8/tools/profviz/composer.js

View differences:

deps/v8/tools/profviz/composer.js
497 497
    }
498 498

  
499 499
    // Label the longest pauses.
500
    execution_pauses =
501
        RestrictRangesTo(execution_pauses, range_start, range_end);
500 502
    execution_pauses.sort(
501 503
        function(a, b) { return b.duration() - a.duration(); });
502 504

  

Also available in: Unified diff