Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > calling graph for a Perl module

Reply
Thread Tools

calling graph for a Perl module

 
 
jaialai.technology@gmail.com
Guest
Posts: n/a
 
      06-08-2012
I am looking to present some code to a group of people and someone in
the group suggested that I show them a "calling graph" of the code.
This code is just a single module consisting of one .pm file.
Now, I figured I could just sketch out something in Visio
quickly enough. However, a Google search reveals some tools for automating
this sort of thing and creating the graph for me automatically.
The problem is that none of these seem to be able to restrict the
calling graph to just the functions within the namespace of the module.
All the functions located in the modules use()d by this one are included
and it the resulting graphic is just a giant mess.
Specifically I am thinking of the calling graph generated by NYTProf
or by Autodia. So, back to hand creating something in Visio...unless
someone here has a suggestion? Does anyone have a favorite way of
generating a calling graph or UML-ish diagram of a perl module
that restricts itself to just the function defined within that module?
Perhaps that is already possible with a tool that I tried but I somehow
missed how to do it?
Any advice?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Boost.Graph] graph.vertices property creates new objects George Sakkis Python 1 01-29-2007 11:09 PM
Graph.0.69 Module---how to get a DAG from graph with cycles Sean Perl Misc 1 01-24-2006 04:32 PM
Missing Graph.h and (Graph.lib) woes - any help Dr Ann Huxtable C Programming 6 12-21-2004 11:15 AM
perl graph theory (using Graph::Directed) IRR Perl Misc 2 07-27-2004 03:08 AM
GD::Graph: "mixed" graph doesn't recognize "area" graph type Emilio Mayorga Perl Misc 6 10-08-2003 02:14 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57