Skip to content

add support for dropping asm.js symbol maps#75

Closed
evanw wants to merge 1 commit into
jlfwong:masterfrom
evanw:asmjs-symbol-map
Closed

add support for dropping asm.js symbol maps#75
evanw wants to merge 1 commit into
jlfwong:masterfrom
evanw:asmjs-symbol-map

Conversation

@evanw
Copy link
Copy Markdown
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
Copy Markdown
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