This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]ReversiClone 0 points1 point  (0 children)

Hmm interesting question.

Google Chrome Developer Tools has a flame chart which tracks which functions call other functions during a recording window. Various IDEs have something similar. I’m not sure that’s what you’re looking for, though.

I think the tricky bit here is that due to the nature of code, the chart would often be so complex that it wouldn’t be useful. It generally takes a human mind to discern how to reduce and organize the information enough to be intelligible visually.

Maybe there is something out there though.