jhawthorn / vernier

📏 next generation CRuby profiler
https://vernier.prof/
MIT License
837 stars 20 forks source link

[question] how to see sources? #103

Open yosiat opened 4 weeks ago

yosiat commented 4 weeks ago

Hi,

I recently profiled my code using Vernier with the following setup:

Vernier.profile(out: "...") {}

I used the profile-viewer gem to open the profiler output. However, when I click on a function in the viewer, the source code isn't annotated. Here’s a screenshot for reference:

Screenshot

Versions:

Are there any specific instructions or additional steps I need to follow to get the source annotation working? Any guidance would be greatly appreciated!

Thank you.