Replies: 1 comment
-
I personally cannot wait to build the call tree for the profiler. It is something that would be relatively easy for us to reconstruct while replaying and @gregtatum did a great job of designing a re-usable frontend. re: clicking on a node on the call tree jumping to the execution point. Absolutely! That's our magical feature. We could also show the local variables on hover too :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A flame graph would be extremely useful to better understand which code-paths were executed:
Ideally, clicking on such an flame graph node would jump to the source and pause Replay's execution at that point.
Beta Was this translation helpful? Give feedback.
All reactions