Created
January 10, 2016 11:08
-
-
Save kapral18/0e2c96272832c2ff6094 to your computer and use it in GitHub Desktop.
Profile deopts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ Chrome --no-sandbox --js-flags="--prof --noprof-lazy --log-timer-events" | |
$ tools/plot-timer-events /path/to/v8.log | |
$ Chrome --no-sandbox --js-flags="--prof --noprof-lazy --log-timer-events" | |
$ tools/mac-tick-processor /path/to/v8.log | |
$ Chrome --no-sandbox --js-flags="--trace-deopt --trace-opt-verbose" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment