Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for dropping asm.js symbol maps #75

Closed
wants to merge 1 commit into from

Conversation

evanw
Copy link
Contributor

@evanw evanw commented Jun 25, 2018

This imports symbol maps generated by emscripten using the --emit-symbol-map flag. It allows you to visualize a profile captured in a release build as long as you also have the associated symbol map. To do this, first drop the profile into speedscope and then drop the symbol map. After the second drop, the symbols will be remapped to their original names.

@jlfwong
Copy link
Owner

jlfwong commented Jun 25, 2018

Thanks! I fixed this up in #76, which is formatted with prettier & has basic tests

@jlfwong jlfwong closed this Jun 25, 2018
jlfwong added a commit that referenced this pull request Jun 25, 2018
This imports symbol maps generated by emscripten using the `--emit-symbol-map` flag. It allows you to visualize a profile captured in a release build as long as you also have the associated symbol map. To do this, first drop the profile into speedscope and then drop the symbol map. After the second drop, the symbols will be remapped to their original names.

This is a fixed up version of #75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants