• nexus226's avatar
    tools: Fix a syntax error in plot-timer-events · 726d3be8
    nexus226 authored
    This fixes a syntax error in plot-timer-events script.
    
    Before:
      $ out/x64.release/d8 --prof --log-timer-events script.js
      $ tools/plot-timer-events v8.log
      tools/plot-timer-events: 75: tools/plot-timer-events: options+=1343: not found
      --distortion=
      Cmdline args: [options] [log-file-name]
      Default log file name is "v8.log".
        ...
    
    After:
      $ out/x64.release/d8 --prof --log-timer-events script.js
      $ tools/plot-timer-events v8.log
      $ ls timer-events.png
      timer-events.png
    
    BUG=
    
    Review-Url: https://codereview.chromium.org/1961873002
    Cr-Commit-Position: refs/heads/master@{#36434}
    726d3be8
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...