stasis-aries-wal/src/timing
2009-10-12 22:25:55 +00:00
..
plotting-test-case Initial revision 2004-06-24 21:10:31 +00:00
.cvsignore Added .cvsignore files. 2007-03-04 00:40:15 +00:00
ci-parser.pl A simple script that interprets the CI data, and allows basic calculations to be performed using command line arguments. 2005-03-21 22:32:28 +00:00
getTimeOfDay.c Initial revision 2004-06-24 21:10:31 +00:00
Makefile.am support "make install", and use libtool to generate .so, .a files. 2007-06-25 15:47:28 +00:00
plotting.pl Added figures to paper. 2005-03-21 22:31:43 +00:00
README Initial revision 2004-06-24 21:10:31 +00:00
t-distribution.tbl Initial revision 2004-06-24 21:10:31 +00:00
timer.pl add support for #!/usr/bin/env timer.pl 2009-10-12 22:25:55 +00:00
timer.pl-old Initial revision 2004-06-24 21:10:31 +00:00
timer.pl-olf Initial revision 2004-06-24 21:10:31 +00:00

README for timing suite:

Installation:

cd timing
gcc getTimeOfDay.c -o getTimeOfDay

# replace ~/bin with something in your path.

cp timer.pl getTimeOfDay ~/bin  

Finally, edit your copy of timer.pl to reflect the location of t-distribution.tbl on your system.

--------------------------------

README for graphing suite:

Look in the timing-test-case for an example.  The .def file contains definitions that set the title, and x,y labels of the graph.  

The .dat files are the raw x,y data points (not all x's, y's need be present, or consistent between data sets).

It should work for an arbitrary number of .dat files.


To use the .ps file, you'll have to do this when you compile your latex:

latex bar.tex
dvips -j0 bar.dvi
ps2pdf bar.ps