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:
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
Post a Comment