Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Annotation of /trunk/extras/plot-time/README.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1358 - (hide annotations) (download)
Fri May 31 17:36:15 2013 UTC (11 years, 9 months ago) by amb
File MIME type: text/plain
File size: 371 byte(s)
Add a Perl script that allows plotting a graph of the time taken to run
planetsplitter.

1 amb 1358 plot-planetsplitter-time.pl
2     ---------------------------
3    
4     A Perl script that uses Gnuplot to plot a graph of the time taken by
5     planetsplitter to run.
6    
7     Example:
8    
9     planetsplitter --loggable --logtime ... > planetsplitter.log
10    
11     plot-planetsplitter-time.pl < planetsplitter.log
12    
13     This will generate a file called planetsplitter.png that contains the graph of
14     the execution time.