irhydra generator

This commit is contained in:
copy 2014-05-10 03:13:14 +02:00
parent 06f9311a17
commit bf8c7546f8
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1 @@
rm -f code-*.asm hydrogen-*.cfg

22
tests/perf-irhydra/run.sh Normal file
View file

@ -0,0 +1,22 @@
# create files to analyze the emulator with irhydra.
# irhydra2 cannot currently load the files, sadly
#
# Important links:
# http://mrale.ph/irhydra/2/
# http://mrale.ph/blog/2014/01/28/prerelease-irhydra2.html
# http://mrale.ph/blog/2014/02/23/the-black-cat-of-microbenchmarks.html
CHROME_CANARY=google-chrome-unstable
EMULATOR=http://localhost/v86/
$CHROME_CANARY\
--no-sandbox \
--js-flags="--trace-hydrogen \
--trace-phase=Z \
--trace-deopt \
--code-comments \
--hydrogen-track-positions \
--redirect-code-traces" \
$EMULATOR