Latest recipes tagged "visualization"http://code.activestate.com/recipes/tags/visualization/new/2012-05-18T14:34:13-07:00ActiveState Code Recipesgprof2dot.py (Python) 2012-05-18T14:34:13-07:00Stephen Chappellhttp://code.activestate.com/recipes/users/2608421/http://code.activestate.com/recipes/578138-gprof2dotpy/ <p style="color: grey"> Python recipe 578138 by <a href="/recipes/users/2608421/">Stephen Chappell</a> (<a href="/recipes/tags/profiling/">profiling</a>, <a href="/recipes/tags/tools/">tools</a>, <a href="/recipes/tags/visualization/">visualization</a>). </p> <p>This is the <code>gprof2dot.py</code> program converted for use with the latest version of Python (3.2). It generates a dot graph from the output of several profilers. Please observe the original License embedded by the author, Jose Fonseca. His website for this program can be found on <a href="http://code.google.com/p/jrfonseca/wiki/Gprof2Dot">Google Code</a>.</p>