Opened 11 years ago
#11291 new enhancement
Interface to Gprof2Dot
Reported by: | nthiery | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-wishlist |
Component: | performance | Keywords: | days30 |
Cc: | sage-combinat, saliola | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Implement an interface to http://code.google.com/p/jrfonseca/wiki/Gprof2Dot, so that one could just do:
sage: from sage.misc.dev_tools import gprof sage: gprof("list(SymmetricGroup(3))")
and have a window pop up showing up the call graph. This would typically be implemented by calling Gprof2Dot and xdot.
See also: #11287
Note: See
TracTickets for help on using
tickets.