summaryrefslogtreecommitdiffstats
path: root/perform/gen_report.pl
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13311] Updated copyright notice.Albert Cheng2007-02-141-2/+3
| | | | | Test: Just visual inspection as these are all comments changes.
* [svn-r11063] Purpose:Leon Arber2005-07-111-4/+4
| | | | | | | | | | | | | | | | Bug fix Description: An earlier bug fix to plotting when the minimum number of processors was not 1 caused the -procs argument to be ignored. Solution: Added a check to see what the -procs argument was set to and plot accordingly. Platforms tested: colonelk Misc. update:
* [svn-r11033] Purpose:Leon Arber2005-07-061-1/+1
| | | | | | | | | | | | | | | | | | Feature Description: gen_report.pl throws away the plotting commands used to make the plots in gnuplot. Solution: Deciding that these commands may be useful if the someone wants to reproduce the plots (or, more importantly, manipulate them further in gnuplot), the commands are now saved in a file called gnuplot.script Platforms tested: colonelk Misc. update:
* [svn-r11020] Purpose:Leon Arber2005-07-051-4/+5
| | | | | | | | | | | | | | | | Bug fix Description: When plotting, if the minimum number of processors was not 1, gen_report.pl would fail. Solution: The minimum number of processors in the datafile was inadvertantly hard-coded to be 1. Fixed it to dynamically determine the number of processors from the data. Platforms tested: colonelk. Misc. update:
* [svn-r9876] Purpose:Leon Arber2005-01-271-31/+98
| | | | | | | | | | | | Added ability to select which io performance types to graph Description: Originally, POSIX, MPIO, and PHDF5 were all graphed. Now, any subset of these can be graphed individually via the io_type command-line param. Platforms tested: heping Misc. update:
* [svn-r9871] Purpose:Leon Arber2005-01-261-8/+173
| | | | | | | | | | | | | | | Feature additions: script has support for all sorts of interesting plots. fix axis scaling Description: Added support for 2-d and 3-d plots of the data. Command-line options are also added to customize these plots. Axis tick labels are now much improved and match the data and are logically spaced. Platforms tested: heping (gnuplot must be installed to do the plots) Misc. update:
* [svn-r9867] Purpose:Albert Cheng2005-01-241-2/+2
| | | | | | | | | | | | | | | Bug fixes (provided by Leon Arber). Description: gen_report spewed many messages and could not report speeds that are less than 100MB/s. Solution: Removed -w which prints warning messages. Fixed code to recognize speeds under 100MB/s. Platforms tested: Eirene.
* [svn-r5729] Purpose:Albert Cheng2002-06-301-3/+11
| | | | | | | | Bring in sync with v1.4 versions that have copyright statements added. Platforms tested: eirene(pp). Only one machine tested because all changes are merely comments.
* [svn-r5526] Purpose:Bill Wendling2002-06-041-2/+2
| | | | | | | | | | Bug Fix Description: Still was calling the POSIX stuff "Raw". Solution: Changed name to POSIX instead of Raw... Platforms tested: Linux
* [svn-r5515] Purpose:Bill Wendling2002-06-031-6/+29
| | | | | | | | | | | | Bug Fix Description: There was an error in the way it was determining if there were any reads to report. Solution: Wrote a subroutine which would determine if the reads are defined in the structure before trying to print them out. Platforms tested: Linux
* [svn-r5511] Purpose:Bill Wendling2002-06-031-0/+262
Add Report Generator Description: This is a generator for ASCII and Excel(tm)(c) reports generated by the pio_perf benchmark we run. There are instructions at the top of the file on how to run the program and the input format it expects, etc. Platforms tested: Linux