• jkummerow's avatar
    Profiler improvements · feffccca
    jkummerow authored
    (1) --prof-cpp: Collects ticks like --prof, but ignores code creation events to reduce distortion (so all JS ticks will be "unaccounted"). Useful for profiling C++ code.
    (2) --timed-range flag for tick processor: Ignores ticks before the first and after the last call to Date.now(). Useful for focusing on the timed section of a test.
    
    Review URL: https://codereview.chromium.org/802333002
    
    Cr-Commit-Position: refs/heads/master@{#26168}
    feffccca
Name
Last commit
Last update
..
codemap.js Loading commit data...
consarray.js Loading commit data...
csvparser.js Loading commit data...
profile.js Loading commit data...
profile_view.js Loading commit data...
profviz-test.default Loading commit data...
profviz-test.log Loading commit data...
profviz.js Loading commit data...
splaytree.js Loading commit data...
tickprocessor-test-func-info.log Loading commit data...
tickprocessor-test.default Loading commit data...
tickprocessor-test.func-info Loading commit data...
tickprocessor-test.gc-state Loading commit data...
tickprocessor-test.ignore-unknown Loading commit data...
tickprocessor-test.log Loading commit data...
tickprocessor-test.separate-ic Loading commit data...
tickprocessor.js Loading commit data...