davidmarkclements / 0x

🔥 single-command flamegraph profiling 🔥
MIT License
3.21k stars 103 forks source link

Compatibility with node-source-map-support #235

Closed donmccurdy closed 2 years ago

donmccurdy commented 3 years ago

I'm profiling a project written in TypeScript, and so the references in the flamechart are all lines in a single bundled file. I already use https://github.com/evanw/node-source-map-support to get useful stack traces in unit tests — is there a way that node-source-map-support (or something similar) could be used to show source-mapped filenames in the flamechart too?

Zikoel commented 3 years ago

Hi, I tried to analyze a TS program but instead of create a bundle (maybe you use webpack or others) I have compiled it with tsc this make the result a little bit more readable have you tried this way? Obviously the source map support is the optimal solution.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 5 days with no activity.