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:
Versions:
Ruby: 3.3.4 (with YJIT enabled, via RUBYOPT)
profile-viewer: 0.0.2
vernier: 1.2.1
Are there any specific instructions or additional steps I need to follow to get the source annotation working? Any guidance would be greatly appreciated!
Hi,
I recently profiled my code using Vernier with the following setup:
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: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.