Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.182 Times

Perl Call Graph freeware
Filter: All | Freeware | Demo
 

Perl Call Graph

1 2 3 4 5 > 
Added: May 09, 2010 | Visits: 1.312

Python Call Graph Python Call Graph (pycallgraph) is a Python library that creates call graphs for Python programs pycallgraph is quite new. It seems to work well and I will most likely improve it in the near future!. Gravit is a free gravity simulator.



Platforms: *nix

License: Freeware Size: 4.1 KB Download (106): Python Call Graph Download

Added: January 18, 2010 | Visits: 1.665

Chart::Graph::Xrt3d Chart::Graph::Xrt3d is a Perl module for creating 3D graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt3d qw(xrt3d); # Function call xrt3d(%options, @data_set ); This module is unmaintained, it worked with Sitrakas XRT, and hasnt been tested against newer versions. Sitraka...





Platforms: *nix

License: Freeware Size: 245.76 KB Download (169): Chart::Graph::Xrt3d Download

Added: January 18, 2010 | Visits: 1.432

Chart::Graph::Xrt2d Chart::Graph::Xrt2d is a Perl module for creating graph charts. SYNOPSIS #Include module use Chart::Graph::Xrt2d qw(xrt2d); # Function call xrt2d(%options, [%data_options1, @data_set1], [%data_options2, @data_set2], . . ); This module is unmaintained, it worked with Sitrakas XRT,...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (124): Chart::Graph::Xrt2d Download

Added: September 12, 2010 | Visits: 1.486

Graph::Flowchart Graph::Flowchart is a Perl module that can generate easily flowcharts as Graph::Easy objects. SYNOPSIS use Graph::Flowchart; my $flow = Graph::Flowchart->new(); print $flow->as_ascii(); This module lets you easily create flowcharts as Graph::Easy objects. This means you can output your...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (171): Graph::Flowchart Download

Added: August 10, 2010 | Visits: 1.521

Chart::Graph Chart::Graph is a Perl extension for a front-end to gnuplot, XRT, and Xmgrace. SYNOPSIS # EXAMPLE: gnuplot #make sure to include Chart::Graph use Chart::Graph:Gnuplot qw(gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column],...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (111): Chart::Graph Download

Added: March 21, 2010 | Visits: 1.100

Path::Graph Path::Graph is a Perl module created to generate paths from hash graph. SYNOPSIS Code 1 #!usr/bin/perl my %graph = ( A => {B=>1,C=>4}, B => {A=>1,C=>2}, C => {A=>4,B=>2} ); use Paths::Graph; my $g = Paths::Graph->new(-origin=>"A",-destiny=>"C",-graph=>%graph); my @paths =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Path::Graph Download

Added: July 10, 2010 | Visits: 1.797

GD::Graph::Thermometer GD::Graph::Thermometer is a Perl module to generate progress graph on the fly. SYNOPSIS use GD::Graph::Thermometer; my $result = GD::Graph::Thermometer->new({ image_path => /path/to/image.png, type => png, goal => 80000, current => 20000, title => Funding the League for the Year ($),...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (138): GD::Graph::Thermometer Download

Added: August 18, 2010 | Visits: 1.028

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Added: July 15, 2010 | Visits: 1.188

CallGraph::Lang::Fortran CallGraph::Lang::Fortran is a Perl module with a Fortran 77 parser for creating call graphs. SYNOPSIS use CallGraph::Lang::Fortran; my $graph = CallGraph::Lang::Fortran->new(files => [glob(*.f)]); print $graph->dump; This module is a subclass of CallGraph which implements parsing Fortran...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (152): CallGraph::Lang::Fortran Download

Added: June 16, 2010 | Visits: 960

Language::Zcode::Runtime::State Language::Zcode::Runtime::State is a Perl module to handle saving, restoring, etc. the game state. restoring Getter/setter: currently in the process of restoring or not? start_machine Start executing the Z-machine. In the normal case (starting a new game, or restarting), this is as...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (88): Language::Zcode::Runtime::State Download

Added: September 21, 2010 | Visits: 1.102

AI::Prolog::Builtins AI::Prolog::Builtins is a Perl module with builtin predicates that AI::Prolog supports. Comments Comments begin with a % and terminate at the end of the line or begin with /* and terminate with */. Variables As in Prolog, all variables begin with an upper-case letter and are not quoted....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (102): AI::Prolog::Builtins Download

Added: July 05, 2013 | Visits: 313

Massif Visualizer Massif Visualizer is a tool that ???*a*? who'd guess that ???*a*? visualizes massif data. You run your application in Valgrind with --tool=massif and the open the generated massif.out.%pid in this application. You can also compress the log with Gzip or Bzip2 and open it transparently with the...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (36): Massif Visualizer Download

Added: January 18, 2010 | Visits: 1.179

parp parp is a powerful, extensible e-mail filter with sophisticated anti-spam capabilities. Its made as a complete replacement for procmail, is MIME-aware, and acts as a filter, daemon, or on mailboxes. This was yet another personal itch which needed scratching. I receive between 5 and 20 spam...


Platforms: *nix

License: Freeware Size: 59.39 KB Download (100): parp Download

Added: January 21, 2010 | Visits: 1.258

joeq virtual machine Joeq is a virtual machine and compiler infrastructure designed to facilitate research in virtual machine technologies such as Just-In-Time and Ahead-Of-Time compilation, advanced garbage collection techniques, distributed computation, sophisticated scheduling algorithms, and advanced run time...


Platforms: *nix

License: Freeware Size: 1024 KB Download (98): joeq virtual machine Download

Added: June 08, 2010 | Visits: 625

ncc ncc application is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyse any program using the gcc compiler. The program also incliudes a graphical call-graph navigator and source browser which is extremely practical for hacking...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (109): ncc Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 532

Assembly Analyzer Assembly Analyzer allows the user to view the resources and metadata contained within .NET assemblies. It also contains a disassembler that displays source code for methods and dependencies, including call graphs. The latest stable build includes both a ClickOnce installer and a .zip file...


Platforms: Windows

License: Freeware Download (51): Assembly Analyzer Download

Added: May 10, 2013 | Visits: 314

Cflow2vcg Cflow2vcg converts the result of the cflow utility in a VCG format. It offers the ability to view graphically the call-graph of sources, and import it in documentation.


Platforms: *nix, C/C++, BSD Solaris

License: Freeware Download (54): Cflow2vcg Download

Added: May 10, 2013 | Visits: 432

OProfile 0.9.4 RC1 OProfile is a system-wide profiler for Linux systems, capable of profiling all running code at low overhead. It consists of a kernel driver and a daemon for collecting sample data, and several post-profiling tools for turning data into information. OProfile leverages the hardware performance...


Platforms: *nix, C/C++,

License: Freeware Download (52): OProfile 0.9.4 RC1 Download

Added: May 04, 2013 | Visits: 447

ncc compiler ncc is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyse any program using the gcc compiler. The program also includes a graphical call-graph navigator and source browser which is extremely practical for hacking and...


Platforms: C and C plus plus

License: Freeware Size: 102.4 KB Download (46): ncc compiler Download

Added: November 16, 2013 | Visits: 317

FunctionCheck FunctionCheck is a profiler for C/C++ programs, based on gcc V2.95.2+. Features are flat profile, cycles detection, call-graph, MIN/MAX time in functions, memory profiling, profiling control at execution...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (34): FunctionCheck Download

1 2 3 4 5 >