You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a look at the dmdprof_get_loc function at the top of dmdprof.py; you can make it look for a symbol name in the arguments it checks, in the same way it checks for location. (If you don't know where to start, just pause dmd randomly in gdb while it's compiling your code, then look at its stack trace, and figure out how to get the identifier from stack function arguments.)
Alternatively, you can change the linkify program to also emit links to files in your codebase, which would make inspecting the results easier.
It would be nice if we could get symbol names as well as line-col numbers.
The text was updated successfully, but these errors were encountered: