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
coz is reporting that speeding up a certain source location could improve my program's throughput, however the source location is inside a generic, monomorphized function, and it isn't clear to me which instantiation of this generic function is the one that matters, if some do, or if all of them do.
If I had the function symbol, I would be able to tell which instantiation coz is considering.
The text was updated successfully, but these errors were encountered:
This will happen as part of #59, when adding support for larger code fragments like functions or basic blocks. As it is now, the profile is really just telling you about the effect of speeding up a particular line, not the whole function.
coz
is reporting that speeding up a certain source location could improve my program's throughput, however the source location is inside a generic, monomorphized function, and it isn't clear to me which instantiation of this generic function is the one that matters, if some do, or if all of them do.If I had the function symbol, I would be able to tell which instantiation
coz
is considering.The text was updated successfully, but these errors were encountered: