c# - How to create a caller/callee graph? -


i want display 'flow' chart of process showing time spent in children relative parent. example, have methoda calls methodb , methodc. 30% of time relative methoda in methodb , 70% in methodc. want display this: enter image description here

i know sort of vague question, narrow scope, don't know kind of chart might be. kind of libraries might provide capability display type of chart?

i've used graph# same purpose - wpf library. news uses quickgraph (http://quickgraph.codeplex.com/) library internally , can google around library see whether there code used part of winforms.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -