jlfwong / speedscope

🔬 A fast, interactive web-based viewer for performance profiles.
https://www.speedscope.app
MIT License
5.59k stars 247 forks source link

Showing line numbers in Sandwich view #379

Closed philz closed 2 years ago

philz commented 2 years ago

Hi!

I love Speedscope. The profiles I look at (generated with Node; mostly in Chrome debugger format) tend to display in sandwich view with just function names but not line numbers. There are a lot of anonymous lambdas and methods that get implemented by subclasses, so it's a pain to figure out where the caller is.

Would Speedscope be open to showing line numbers in sandwich view? I may be able to give it a shot, but noticed that it was suggested to file an issue first.

Thanks.

jlfwong commented 2 years ago

Hi @philz!

Sorry for the very delayed response. This has been addressed in #365 and should go out with the next release.