Hi,<br>I have a call grah which contains information of the edges in the following format<br><br>caller  callee  count   (time spent by the caller)                              <br>===================================<br>foo      bar      10        100 <br>
xxx      yyy      20        10  <br>zzz      yyy      10        10  <br><br>(I used pintool <a href="http://pintool.org">pintool.org</a> to generate this call graph)<br><br>Now, the problem is that the graph is huge and it take a long to render using &#39;dot&#39; or use any visualizing tool.<br>
Even if they render, it&#39;s too cluttered to be useful.<br>I wanted to prune the graph in such a way that I&#39;d have only the edges corresponding to the top 10% of the<br>time consumers. What would be a good way to do such a thing? Has anyone written some utility that I could use?<br clear="all">
<br>-- <br>Regards,<br>Kashyap<br>