run.sh 641 B

123456789101112131415161718192021
  1. # create files to analyze the emulator with irhydra.
  2. #
  3. # Important links:
  4. # http://mrale.ph/irhydra/2/
  5. # http://mrale.ph/blog/2014/01/28/prerelease-irhydra2.html
  6. # http://mrale.ph/blog/2014/02/23/the-black-cat-of-microbenchmarks.html
  7. EMULATOR=http://localhost/v86/
  8. chromium \
  9. --incognito\
  10. --no-sandbox \
  11. --js-flags="--trace-hydrogen \
  12. --trace-phase=Z \
  13. --trace-deopt \
  14. --code-comments \
  15. --hydrogen-track-positions \
  16. --redirect-code-traces" \
  17. $EMULATOR